mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Node os utils 1.2: update types (#41738)
* node-os-utils 1.0: Add types * apply library file layout * fix lint errors * node-os-utils 1.1: Add types * node-os-utils 1.2: Add types
This commit is contained in:
committed by
Eli Barzilay
parent
d459d36f4e
commit
84f7c15e43
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
// Type definitions for node-os-utils 1.1
|
||||
// Type definitions for node-os-utils 1.2
|
||||
// Project: https://github.com/SunilWang/node-os-utils
|
||||
// Definitions by: Nasreddine Bac Ali <https://github.com/bacali95>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
Vendored
+2
@@ -1 +1,3 @@
|
||||
export function exec(command: string): () => Promise<string>;
|
||||
|
||||
export function wrapExec(command: string): () => () => Promise<string>;
|
||||
|
||||
Vendored
+3
-1
@@ -18,7 +18,9 @@ export const oscmd: OsCmd;
|
||||
export const proc: Proc;
|
||||
export const users: Users;
|
||||
|
||||
export let options: { NOT_SUPPORTED_VALUE: string, INTERVAL: number };
|
||||
export const options: { NOT_SUPPORTED_VALUE: string, INTERVAL: number };
|
||||
|
||||
export function isNotSupported(res: any): boolean;
|
||||
|
||||
export * from './cpu';
|
||||
export * from './drive';
|
||||
|
||||
Reference in New Issue
Block a user