UNPKG

foxts

Version:

Opinionated collection of common TypeScript utils by @SukkaW

4 lines (2 loc) 162 B
declare function appendSetElementsToArray<T>(dest: T[], source: Set<T> | Array<Set<T>>, transformer?: (item: T) => T): T[]; export { appendSetElementsToArray };