UNPKG

@bemedev/core

Version:

The core library of @bemedev

10 lines (7 loc) 257 B
import { _unknown } from '../../../globals/utils/_unknown.js'; const fn = (array, ...excludes) => { const out = array.filter(item => !excludes.includes(item)); return _unknown(out); }; export { fn as default }; //# sourceMappingURL=exclude.js.map