human/types/sysinfo.d.ts

8 lines
136 B
TypeScript
Raw Normal View History

2021-05-25 14:58:20 +02:00
/**
* Helper function that returns basic system info
*/
2021-03-17 23:57:00 +01:00
export declare function info(): {
2021-03-18 01:16:40 +01:00
platform: string;
agent: string;
2021-03-17 23:57:00 +01:00
};