This repository has been archived on 2026-03-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
StasisWarden-Legacy/node_modules/es-toolkit/dist/compat/array/pull.js
T

12 lines
246 B
JavaScript

'use strict';
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const pull$1 = require('../../array/pull.js');
function pull(arr, ...valuesToRemove) {
return pull$1.pull(arr, valuesToRemove);
}
exports.pull = pull;