UNPKG

@bemedev/core

Version:

The core library of @bemedev

4 lines 227 B
import type { JoinString } from '../../../globals/types'; declare const fn: <T extends readonly string[], sep extends string = " ">(_?: sep, ...__: T) => JoinString<T, sep>; export default fn; //# sourceMappingURL=join.d.ts.map