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}

Dependents (0)

Package Sidebar

Install

npm i omit-typescript

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

5.92 kB

Total Files

7

Last publish

Collaborators

  • lianwenwu