UNPKG

@stnekroman/tstools

Version:

Set of handy tools for TypeScript development

14 lines (13 loc) 611 B
export { Arrays } from './Arrays'; export { Deffered } from './Deffered'; export { Functions } from './Functions'; export { GroupBy } from './GroupBy'; export { Objects } from './Objects'; export { NoSuchElementException } from './optional/NoSuchElementException'; export { Optional } from './optional/Optional'; export { Failure, Result, Success, type ResultData, type FailureData, type SuccessData } from './Result'; export { Sorter, SortableType } from './Sorter'; export { Throttle } from './throttle/Throttle'; export type { Types } from './Types'; export * from './caching'; export * from './decorators';