@restnfeel/agentc-starter-kit
Version:
한국어 기업용 CMS 모듈 - Task Master AI와 함께 빠르게 웹사이트를 구현할 수 있는 재사용 가능한 컴포넌트 시스템
11 lines (8 loc) • 342 B
JavaScript
import restArguments from './restArguments.js';
import difference from './difference.js';
// Return a version of the array that does not contain the specified value(s).
var without = restArguments(function(array, otherArrays) {
return difference(array, otherArrays);
});
export { without as default };
//# sourceMappingURL=without.js.map