human/types/sysinfo.d.ts

5 lines
72 B
TypeScript
Raw Normal View History

2021-03-17 23:57:00 +01:00
export declare function info(): {
platform: any;
agent: any;
};