UNPKG

typescript-cacheable

Version:

An in-memory caching (memoization) decorator for Typescript

2 lines (1 loc) 54 B
export declare type Method = (...args: any[]) => any;