UNPKG

@m4x1m1l14n/cache

Version:

Lightweight in-memory isomorphic cache implementation with TTL for browser & Node JS written in TypeScript

2 lines (1 loc) 56 B
export type ExpirationCallback<T> = (value: T) => void;