mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-23 09:12:47 +00:00
added mem-cache module types definitions
This commit is contained in:
parent
371507cae9
commit
5693cd23c5
5
types/mem-cache/index.d.ts
vendored
5
types/mem-cache/index.d.ts
vendored
@ -1,3 +1,8 @@
|
||||
// Type definitions for mem-cache v0.0.5
|
||||
// Project: https://github.com/silviom/node-mem-cache
|
||||
// Definitions by: Pedro Mutter <https://github.com/MutterPedro>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
import { EventEmitter } from 'events';
|
||||
|
||||
export interface ICacheOptions {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user