@types/vinyl-fs
Advanced tools
Comparing version 2.4.2 to 2.4.3
@@ -104,3 +104,3 @@ // Type definitions for vinyl-fs 2.4 | ||
*/ | ||
declare function src(globs: string|string[], opt?: SrcOptions): NodeJS.ReadWriteStream; | ||
export function src(globs: string|string[], opt?: SrcOptions): NodeJS.ReadWriteStream; | ||
@@ -114,3 +114,3 @@ /** | ||
*/ | ||
declare function watch(globs: string|string[], cb?: (outEvt: { type: any; path: any; old: any; }) => void): _events.EventEmitter; | ||
export function watch(globs: string|string[], cb?: (outEvt: { type: any; path: any; old: any; }) => void): _events.EventEmitter; | ||
@@ -124,3 +124,3 @@ /** | ||
*/ | ||
declare function watch( | ||
export function watch( | ||
globs: string|string[], | ||
@@ -131,3 +131,3 @@ opt?: { | ||
cwd?: string; | ||
maxListeners?: () => number; | ||
maxListeners?(): number; | ||
}, | ||
@@ -145,3 +145,3 @@ cb?: (outEvt: { type: any; path: any; old: any; }) => void): _events.EventEmitter; | ||
*/ | ||
declare function dest(folder: string, opt?: { | ||
export function dest(folder: string, opt?: { | ||
/** Specify the working directory the folder is relative to | ||
@@ -174,3 +174,3 @@ * Default is process.cwd() | ||
*/ | ||
declare function dest(getFolderPath: (file: File) => string): NodeJS.ReadWriteStream; | ||
export function dest(getFolderPath: (file: File) => string): NodeJS.ReadWriteStream; | ||
@@ -183,3 +183,3 @@ /** | ||
*/ | ||
declare function symlink(folder: string, opts?: { | ||
export function symlink(folder: string, opts?: { | ||
/** | ||
@@ -207,3 +207,3 @@ * Specify the working directory the folder is relative to | ||
*/ | ||
declare function symlink(getFolderPath: (File: File) => string, opts?: | ||
export function symlink(getFolderPath: (File: File) => string, opts?: | ||
{ | ||
@@ -221,3 +221,2 @@ /** | ||
dirMode?: number | ||
}): NodeJS.ReadWriteStream; |
{ | ||
"name": "@types/vinyl-fs", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"description": "TypeScript definitions for vinyl-fs", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "fadac0c5e1b3cedfc25bc71ef42c3731ae8f74d688a23486ebd4bdd4f097cc36", | ||
"typesPublisherContentHash": "b6cde2a2a8ba7b66d893f71d2163a4a009cb1744962492c599503bfab47866a0", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 22 Mar 2017 00:40:25 GMT | ||
* Last updated: Wed, 29 Mar 2017 22:37:25 GMT | ||
* Dependencies: events, vinyl, glob-stream, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8776