UNPKG

@amirmarmul/waba-common

Version:

![GitHub release](https://img.shields.io/github/v/release/amirmarmul/waba-common?style=flat-square)

2 lines (1 loc) 95 B
export declare function cache<T>(key: string, callback: Function, ttl?: number): Promise<any>;