@types/pick-deep
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

Installation

npm install --save @types/pick-deep

Summary

This package contains type definitions for pick-deep (https://github.com/strikeentco/pick-deep#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pick-deep.

index.d.ts

declare function pick(
    obj: object,
    paths: string | ReadonlyArray<string | readonly string[]>,
    separator?: string,
): object;
export = pick;

Additional Details

  • Last updated: Mon, 20 Nov 2023 23:36:24 GMT
  • Dependencies: none

Credits

These definitions were written by Elliott Campbell, and Eric Heikes.

Versions

Current Tags

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.4
    58
  • 1.0.3
    0
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    64

Package Sidebar

Install

npm i @types/pick-deep

Weekly Downloads

118

Version

1.0.4

License

MIT

Unpacked Size

3.08 kB

Total Files

5

Last publish

Collaborators

  • types