mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* node-os-utils 1.0: Add types * apply library file layout * fix lint errors * node-os-utils 1.1: Add types
8 lines
148 B
TypeScript
8 lines
148 B
TypeScript
import * as NodeOsUtils from 'node-os-utils';
|
|
|
|
NodeOsUtils.mem.info()
|
|
.then(console.log);
|
|
|
|
NodeOsUtils.exec("ls -al")()
|
|
.then(console.log);
|