@types/vinyl-fs
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -84,3 +84,11 @@ // Type definitions for vinyl-fs 2.4 | ||
*/ | ||
declare function watch(globs: string|string[], opt?: { interval?: number; debounceDelay?: number; cwd?: string; maxListeners?: () => number; }, cb?: (outEvt: { type: any; path: any; old: any; }) => void): _events.EventEmitter; | ||
declare function watch( | ||
globs: string|string[], | ||
opt?: { | ||
interval?: number; | ||
debounceDelay?: number; | ||
cwd?: string; | ||
maxListeners?: () => number; | ||
}, | ||
cb?: (outEvt: { type: any; path: any; old: any; }) => void): _events.EventEmitter; | ||
@@ -87,0 +95,0 @@ /** |
{ | ||
"name": "@types/vinyl-fs", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "TypeScript definitions for vinyl-fs", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "0de0c93a7ae7c4a2b9c82843e13bee4070f6248347fecf0bf6ef8146a37a8450", | ||
"typesPublisherContentHash": "54dc63a58ab361915a10dcb23c224708e516cd546b1fc682a16ffaf8ea579559", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 17 Feb 2017 20:54:40 GMT | ||
* Last updated: Thu, 23 Feb 2017 18:39:28 GMT | ||
* Dependencies: events, vinyl, glob-stream, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
@@ -34,5 +34,5 @@ { | ||
"hasPackageJson": false, | ||
"contentHash": "0de0c93a7ae7c4a2b9c82843e13bee4070f6248347fecf0bf6ef8146a37a8450" | ||
"contentHash": "54dc63a58ab361915a10dcb23c224708e516cd546b1fc682a16ffaf8ea579559" | ||
}, | ||
"isLatest": true | ||
} |
9048
187