@types/pause
Advanced tools
+1
-1
@@ -7,3 +7,3 @@ // Type definitions for pause 0.1 | ||
| /// <reference types="node" /> | ||
| import * as stream from 'stream'; | ||
| import * as stream from "stream"; | ||
@@ -10,0 +10,0 @@ export = pause; |
+1
-1
| MIT License | ||
| Copyright (c) Microsoft Corporation. All rights reserved. | ||
| Copyright (c) Microsoft Corporation. | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
| { | ||
| "name": "@types/pause", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "TypeScript definitions for pause", | ||
| "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pause", | ||
| "license": "MIT", | ||
@@ -9,9 +10,12 @@ "contributors": [ | ||
| "name": "BendingBender", | ||
| "url": "https://github.com/BendingBender" | ||
| "url": "https://github.com/BendingBender", | ||
| "githubUsername": "BendingBender" | ||
| } | ||
| ], | ||
| "main": "", | ||
| "types": "index.d.ts", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
| "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
| "directory": "types/pause" | ||
| }, | ||
@@ -22,4 +26,4 @@ "scripts": {}, | ||
| }, | ||
| "typesPublisherContentHash": "ea0b1aff11d040908b902137f4f5219824b000406fe3bdbdc7aa7a206217f698", | ||
| "typeScriptVersion": "2.0" | ||
| "typesPublisherContentHash": "46b58bb1d27c8ac26f72e47c99f090f1ce086e1c52825bf4d135e1680bd902f0", | ||
| "typeScriptVersion": "4.5" | ||
| } |
+27
-5
@@ -8,10 +8,32 @@ # Installation | ||
| # Details | ||
| Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pause | ||
| Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pause. | ||
| ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pause/index.d.ts) | ||
| ````ts | ||
| // Type definitions for pause 0.1 | ||
| // Project: https://github.com/stream-utils/pause | ||
| // Definitions by: BendingBender <https://github.com/BendingBender> | ||
| // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
| Additional Details | ||
| * Last updated: Mon, 21 Aug 2017 21:59:27 GMT | ||
| * Dependencies: stream, node | ||
| /// <reference types="node" /> | ||
| import * as stream from "stream"; | ||
| export = pause; | ||
| declare function pause(stream: stream.Stream): pause.Handle; | ||
| declare namespace pause { | ||
| interface Handle { | ||
| end(): void; | ||
| resume(): void; | ||
| } | ||
| } | ||
| ```` | ||
| ### Additional Details | ||
| * Last updated: Sun, 24 Sep 2023 06:37:28 GMT | ||
| * Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
| * Global values: none | ||
| # Credits | ||
| These definitions were written by BendingBender <https://github.com/BendingBender>. | ||
| These definitions were written by [BendingBender](https://github.com/BendingBender). |
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3556
29.4%1
-50%39
129.41%