UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

2 lines (1 loc) 158 B
export declare function join(element?: any | any[] | readonly any[] | null, separator?: string | null, filter?: (item?: any) => boolean): string | undefined;