omit-typescript
full type inference
Usage
const a = { a: 1, b: 2, c: 3 };
const res = omit(a, ["a"]); // {b: 2,c: 3}
full type inference
const a = { a: 1, b: 2, c: 3 };
const res = omit(a, ["a"]); // {b: 2,c: 3}
npm i omit-typescript
4
1.0.2
MIT
5.92 kB
7