UNPKG

@bemedev/core

Version:

The core library of @bemedev

4 lines 226 B
import type { SplitStringBy } from '../../../globals/types'; declare const fn: <const S extends string, By extends string = ".">(_?: S, __?: By) => SplitStringBy<S, By>; export default fn; //# sourceMappingURL=splitBy.d.ts.map