human/types/sysinfo.d.ts

5 lines
72 B
TypeScript
Raw Normal View History

2021-03-06 16:38:04 +01:00
export declare function info(): {
platform: any;
agent: any;
};