@types/csv-stringify
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -88,5 +88,5 @@ // Type definitions for csv-stringify 1.4 | ||
*/ | ||
declare function stringify(input: any[][], opts: stringify.StringifyOpts, callback: (error: Error | undefined, output: string) => void): void; | ||
declare function stringify(input: any[][], callback: (error: Error | undefined, output: string) => void): void; | ||
declare function stringify(input: any[][] | Array<{}>, opts: stringify.StringifyOpts, callback: (error: Error | undefined, output: string) => void): void; | ||
declare function stringify(input: any[][] | Array<{}>, callback: (error: Error | undefined, output: string) => void): void; | ||
export = stringify; |
{ | ||
"name": "@types/csv-stringify", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "TypeScript definitions for csv-stringify", | ||
@@ -26,4 +26,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "6198161c343007711efa03dcd8a6bcc0098b47f4fa67865d5b9f615e91787491", | ||
"typesPublisherContentHash": "ea58e8640dcb183207943bc0da2938f4edec80885cca302149a385a7f74765f0", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 12 Jul 2017 13:51:49 GMT | ||
* Last updated: Wed, 02 Aug 2017 13:47:41 GMT | ||
* Dependencies: 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
6269