mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-16 18:44:33 +00:00
added mem-cache module types definitions
This commit is contained in:
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 {
|
||||
|
||||
Reference in New Issue
Block a user