added mem-cache module types definitions

This commit is contained in:
MutterPedro 2019-01-30 21:35:48 -02:00
parent 371507cae9
commit 5693cd23c5

View File

@ -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 {