human/types/sysinfo.d.ts

5 lines
78 B
TypeScript

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