@types/memory-cache
Advanced tools
@@ -11,3 +11,3 @@ // Type definitions for memory-cache 0.2 | ||
| put(key: K, value: V, time?: number, timeoutCallback?: (key: K, value: V) => void): V; | ||
| get(key: K): V; | ||
| get(key: K): V | null; | ||
| del(key: K): void; | ||
@@ -14,0 +14,0 @@ clear(): void; |
| { | ||
| "name": "@types/memory-cache", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "description": "TypeScript definitions for memory-cache", | ||
@@ -19,10 +19,12 @@ "license": "MIT", | ||
| "main": "", | ||
| "types": "index.d.ts", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
| "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
| "directory": "types/memory-cache" | ||
| }, | ||
| "scripts": {}, | ||
| "dependencies": {}, | ||
| "typesPublisherContentHash": "82b93b66b1aedf87a6cb388042739ffb1afdbe1879c75c442623fa466758c28e", | ||
| "typeScriptVersion": "2.0" | ||
| "typesPublisherContentHash": "38c925de2fcb0b4d3844a6ed5e0f1bb3bbda32f4cba4bc064624f0da8f690377", | ||
| "typeScriptVersion": "2.8" | ||
| } |
@@ -8,6 +8,6 @@ # Installation | ||
| # Details | ||
| Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/memory-cache | ||
| Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/memory-cache. | ||
| Additional Details | ||
| * Last updated: Tue, 17 Oct 2017 00:14:44 GMT | ||
| ### Additional Details | ||
| * Last updated: Mon, 02 Mar 2020 17:35:26 GMT | ||
| * Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
| # Credits | ||
| These definitions were written by Jeff Goddard <https://github.com/jedigo>, Travis Thieman <https://github.com/thieman>. | ||
| These definitions were written by [Jeff Goddard](https://github.com/jedigo), and [Travis Thieman](https://github.com/thieman). |
3768
2.75%