UNPKG

@bemedev/core

Version:

The core library of @bemedev

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