UNPKG

@beincom/node-profile

Version:

``` npm install @beincom/node-profile # yarn add @beincom/node-profile ```

3 lines (2 loc) 99 B
export declare const getCPUUsage: () => number; export declare const getMemoryUsage: () => number;