UNPKG

@bemedev/core

Version:

The core library of @bemedev

35 lines (32 loc) 877 B
import { expandFn } from '../../../globals/utils/expandFn.js'; import fn$c from './add.js'; import fn$b from './contains.js'; import fn$a from './email.js'; import fn$9 from './endsWith.js'; import fn$8 from './getLength.js'; import fn$7 from './includes.js'; import fn$d from './index.js'; import fn$6 from './instance.js'; import fn$5 from './join.js'; import fn$4 from './letters/all.js'; import fn$3 from './splitBy.js'; import fn$2 from './startsWith.js'; import fn$1 from './toLowerCase.js'; import fn from './toUpperCase.js'; const typings = expandFn(fn$d, { add: fn$c, contains: fn$b, email: fn$a, endsWith: fn$9, getLength: fn$8, includes: fn$7, instance: fn$6, join: fn$5, letters: fn$4, splitBy: fn$3, startsWith: fn$2, toLowerCase: fn$1, toUpperCase: fn, }); export { typings }; //# sourceMappingURL=all.js.map