@types/omit-deep-lodash
Version:
TypeScript definitions for omit-deep-lodash
24 lines (17 loc) • 839 B
Markdown
# Installation
> `npm install --save @types/omit-deep-lodash`
# Summary
This package contains type definitions for omit-deep-lodash (https://github.com/odynvolk/omit-deep-lodash).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/omit-deep-lodash.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/omit-deep-lodash/index.d.ts)
````ts
declare function omitDeep(input: object, ...props: string[]): object;
declare function omitDeep(input: object, props: string[]): object;
export = omitDeep;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT
* Dependencies: none
# Credits
These definitions were written by [Daniel Chong](https://github.com/dZefa), and [Bartosz Kopciuch](https://github.com/ideffix).