MCPcopy Index your code
hub / github.com/benjycui/omit.js

github.com/benjycui/omit.js @v2.0.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v2.0.2 ↗ · + Follow
1 symbols 3 edges 6 files 0 documented · 0% 2 cross-repo links
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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

Core symbols most depended-on inside this repo

omit
called by 3
src/index.js

Shape

Function 1

Languages

TypeScript100%

Modules by API surface

src/index.js1 symbols

Used by 2 indexed graphs manifest dependencies, hub-wide

For agents

$ claude mcp add omit.js \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact