lifan.omit.js
TypeScript icon, indicating that this package has built-in type declarations

2.0.6 • Public • Published

omit.js

npm package NPM downloads Dependency Status

Utility function to create a shallow copy of an object which had dropped some fields.

Usage

npm i --save omit.js
var omit = require('omit.js');
omit({ name: 'Benjy', age: 18 }, [ 'name' ]); // => { age: 18 }

API

omit(obj: Object, fields: string[]): Object

Return a shallow copy which had dropped fields.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i lifan.omit.js

Weekly Downloads

1

Version

2.0.6

License

MIT

Unpacked Size

24.4 kB

Total Files

16

Last publish

Collaborators

  • 178riptg