UNPKG

foxts

Version:

Opinionated collection of common TypeScript utils by @SukkaW

4 lines (2 loc) 144 B
declare function stringJoin(arr: Array<string | null | undefined | false | 0>, sep?: string, dedupe?: boolean): string; export { stringJoin };