UNPKG

@bemedev/core

Version:

The core library of @bemedev

10 lines (7 loc) 214 B
import { _unknown } from '../../../../globals/utils/_unknown.js'; const fn = (...array) => { const out = array.length; return _unknown(out); }; export { fn as default }; //# sourceMappingURL=index.js.map