UNPKG

@bemedev/core

Version:

The core library of @bemedev

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