mirror of https://github.com/vladmandic/human
8 lines
136 B
TypeScript
8 lines
136 B
TypeScript
![]() |
/**
|
||
|
* Helper function that returns basic system info
|
||
|
*/
|
||
![]() |
export declare function info(): {
|
||
![]() |
platform: string;
|
||
|
agent: string;
|
||
![]() |
};
|