UNPKG

@daysnap/utils

Version:
7 lines (5 loc) 120 B
/** * 缓存函数 */ declare function withCache<T extends (...args: any[]) => any>(fn: T): T; export { withCache };