UNPKG

@bemedev/core

Version:

The core library of @bemedev

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