@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.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @types/pick-deep

      Weekly Downloads

      122

      Version

      1.0.4

      License

      MIT

      Unpacked Size

      3.08 kB

      Total Files

      5

      Last publish

      Collaborators

      • types