UNPKG

@stnekroman/tstools

Version:

Set of handy tools for TypeScript development

9 lines (8 loc) 390 B
export { type IDictionary } from './IDictionary'; export { type ISet } from './ISet'; export { LoadingCache } from './LoadingCache'; export { MemoryDictionary } from './MemoryDictionary'; export { RefCountedValue } from './RefCountedValue'; export { RefSet } from './RefSet'; export { ThrottledCache } from './ThrottledCache'; export { WeakMemoryDictionary } from './WeakMemoryDictionary';