human/types/sysinfo.d.ts

5 lines
72 B
TypeScript

export declare function info(): {
platform: any;
agent: any;
};