UNPKG

@stnekroman/tstools

Version:

Set of handy tools for TypeScript development

8 lines (5 loc) 266 B
export { type IDictionary } from "./IDictionary"; export { LoadingCache } from "./LoadingCache"; export { MemoryDictionary} from './MemoryDictionary'; export { ThrottledCache } from './ThrottledCache'; export { WeakMemoryDictionary} from './WeakMemoryDictionary';