UNPKG

@bemedev/core

Version:

The core library of @bemedev

12 lines (9 loc) 224 B
import fn$1 from '../is.js'; const fn = (check) => { const _out = (value) => { return fn$1(value) && value.length === check; }; return _out; }; export { fn as default }; //# sourceMappingURL=has.js.map