@types/consolidate
Advanced tools
Comparing version 0.0.31 to 0.0.32
// Type definitions for consolidate | ||
// Project: https://github.com/visionmedia/consolidate.js | ||
// Definitions by: Carlos Ballesteros Velasco <https://github.com/soywiz>, Theo Sherry <https://github.com/theosherry> | ||
// Definitions by: Carlos Ballesteros Velasco <https://github.com/soywiz>, Theo Sherry <https://github.com/theosherry>, Nicolas Henry <https://github.com/nicolashenry> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -64,13 +64,13 @@ | ||
interface RendererInterface { | ||
render(path: String, fn: (err: Error, html: String) => any): any; | ||
render(path: string, fn: (err: Error, html: string) => any): any; | ||
render(path: String, options: { cache?: boolean, [otherOptions: string]: any }, fn: (err: Error, html: String) => any): any; | ||
render(path: string, options: { cache?: boolean, [otherOptions: string]: any }, fn: (err: Error, html: string) => any): any; | ||
render(path: String, options?: { cache?: boolean, [otherOptions: string]: any }): Promise<String>; | ||
render(path: string, options?: { cache?: boolean, [otherOptions: string]: any }): Promise<string>; | ||
(path: String, fn: (err: Error, html: String) => any): any; | ||
(path: string, fn: (err: Error, html: string) => any): any; | ||
(path: String, options: { cache?: boolean, [otherOptions: string]: any }, fn: (err: Error, html: String) => any): any; | ||
(path: string, options: { cache?: boolean, [otherOptions: string]: any }, fn: (err: Error, html: string) => any): any; | ||
(path: String, options?: { cache?: boolean, [otherOptions: string]: any }): Promise<String>; | ||
(path: string, options?: { cache?: boolean, [otherOptions: string]: any }): Promise<string>; | ||
} |
{ | ||
"name": "@types/consolidate", | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"description": "TypeScript definitions for consolidate", | ||
"license": "MIT", | ||
"author": "Carlos Ballesteros Velasco <https://github.com/soywiz>, Theo Sherry <https://github.com/theosherry>", | ||
"contributors": [ | ||
{ | ||
"name": "Carlos Ballesteros Velasco", | ||
"url": "https://github.com/soywiz" | ||
}, | ||
{ | ||
"name": "Theo Sherry", | ||
"url": "https://github.com/theosherry" | ||
}, | ||
{ | ||
"name": "Nicolas Henry", | ||
"url": "https://github.com/nicolashenry" | ||
} | ||
], | ||
"main": "", | ||
@@ -14,8 +27,8 @@ "repository": { | ||
"dependencies": { | ||
"@types/bluebird": "*", | ||
"@types/node": "*" | ||
"@types/node": "*", | ||
"@types/bluebird": "*" | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "56910ba889f6f798af65aec3f84d20a10149f0c8ad390ede534c6929600800b9", | ||
"typesPublisherContentHash": "677f3e454aec0ab242c496c0e6025aad4aea37a57c40756f6192b7e470abcd40", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,11 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/consolidate | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/consolidate | ||
Additional Details | ||
* Last updated: Sun, 01 Jan 2017 02:52:53 GMT | ||
* Library Dependencies: bluebird, node | ||
* Module Dependencies: none | ||
* Last updated: Fri, 02 Jun 2017 16:37:08 GMT | ||
* Dependencies: node, bluebird | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Carlos Ballesteros Velasco <https://github.com/soywiz>, Theo Sherry <https://github.com/theosherry>. | ||
These definitions were written by Carlos Ballesteros Velasco <https://github.com/soywiz>, Theo Sherry <https://github.com/theosherry>, Nicolas Henry <https://github.com/nicolashenry>. |
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
5173
62
17