@types/node-os-utils
Advanced tools
@@ -1,2 +0,2 @@ | ||
| // Type definitions for node-os-utils 1.1 | ||
| // Type definitions for node-os-utils 1.2 | ||
| // Project: https://github.com/SunilWang/node-os-utils | ||
@@ -3,0 +3,0 @@ // Definitions by: Nasreddine Bac Ali <https://github.com/bacali95> |
| export function exec(command: string): () => Promise<string>; | ||
| export function wrapExec(command: string): () => () => Promise<string>; |
@@ -21,4 +21,6 @@ import Cpu from './cpu'; | ||
| 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'; | ||
@@ -25,0 +27,0 @@ export * from './drive'; |
| { | ||
| "name": "@types/node-os-utils", | ||
| "version": "1.1.0", | ||
| "version": "1.2.0", | ||
| "description": "TypeScript definitions for node-os-utils", | ||
@@ -14,3 +14,3 @@ "license": "MIT", | ||
| "main": "", | ||
| "types": "index", | ||
| "types": "index.d.ts", | ||
| "repository": { | ||
@@ -23,4 +23,4 @@ "type": "git", | ||
| "dependencies": {}, | ||
| "typesPublisherContentHash": "fd5e0992e7d819b537e8108f4afa86429891a993198c2ea346dda36d1a11cf65", | ||
| "typeScriptVersion": "2.0" | ||
| "typesPublisherContentHash": "86d91cf83bb4a362da95374d4c40b67784d38c59cdb3214d7b4e68069d6f6669", | ||
| "typeScriptVersion": "2.8" | ||
| } |
@@ -8,6 +8,6 @@ # Installation | ||
| # Details | ||
| Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-os-utils | ||
| Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-os-utils. | ||
| Additional Details | ||
| * Last updated: Fri, 25 Oct 2019 22:55:34 GMT | ||
| ### Additional Details | ||
| * Last updated: Mon, 20 Jan 2020 20:23:24 GMT | ||
| * Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
| # Credits | ||
| These definitions were written by Nasreddine Bac Ali <https://github.com/bacali95>. | ||
| These definitions were written by Nasreddine Bac Ali (https://github.com/bacali95). |
6329
2.21%139
1.46%