@bemedev/core
Version:
The core library of @bemedev
21 lines (18 loc) • 477 B
JavaScript
import { expandFn } from '../../../globals/utils/expandFn.js';
import fn from './bigint.js';
import fn$4 from './digit.js';
import fn$5 from './getString.js';
import fn$6 from './index.js';
import fn$1 from './MINUS_1.js';
import fn$2 from './ONE.js';
import fn$3 from './ZERO.js';
const typings = expandFn(fn$6, {
getString: fn$5,
digit: fn$4,
ZERO: fn$3,
ONE: fn$2,
MINUS_1: fn$1,
bigint: fn,
});
export { typings };
//# sourceMappingURL=all.js.map