@types/memoizee
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -13,6 +13,6 @@ // Type definitions for memoizee 0.4 | ||
promise?: boolean; | ||
dispose?: (value: any) => void; | ||
dispose?(value: any): void; | ||
async?: boolean; | ||
primitive?: boolean; | ||
normalizer?: (value: any) => void; | ||
normalizer?(value: any): void; | ||
resolvers?: Array<(arg: any) => any>; | ||
@@ -27,5 +27,5 @@ } | ||
// tslint:disable:forbidden-types | ||
// tslint:disable-next-line ban-types | ||
declare function memoizee<F extends Function>(f: F, options?: memoizee.Options): F & memoizee.Memoized<F>; | ||
export = memoizee; |
{ | ||
"name": "@types/memoizee", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "TypeScript definitions for memoizee", | ||
"license": "MIT", | ||
"author": "Juan Picado <https://github.com/juanpicado>", | ||
"contributors": [ | ||
{ | ||
"name": "Juan Picado", | ||
"url": "https://github.com/juanpicado" | ||
} | ||
], | ||
"main": "", | ||
@@ -15,4 +20,4 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "c6b28e8ffdff8b52b05e7023b6c40c0d696ee76392b925f96306451722c9340b", | ||
"typesPublisherContentHash": "3143ee354c5cc295113ab32a7c9a635d2317a67ef08da69faff1352291430992", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,8 +8,7 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/memoizee | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/memoizee | ||
Additional Details | ||
* Last updated: Thu, 05 Jan 2017 20:40:29 GMT | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Last updated: Fri, 31 Mar 2017 18:05:14 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
@@ -16,0 +15,0 @@ |
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
1921
3
25
17