omit-typescript
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

omit-typescript

full type inference

Usage

const a = { a: 1, b: 2, c: 3 };
const res = omit(a, ["a"]); // {b: 2,c: 3}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    2
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i omit-typescript

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

5.92 kB

Total Files

7

Last publish

Collaborators

  • lianwenwu