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

1.0.4 • Public • Published

Installation

npm install --save @types/whitelist-object

Summary

This package contains type definitions for whitelist-object (https://github.com/conorhastings/whitelist-object#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/whitelist-object.

index.d.ts

export = whitelistObject;

declare function whitelistObject(
    object: { [key: string]: any },
    keys: readonly string[],
    shallow?: boolean,
): { [key: string]: any };

Additional Details

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

Credits

These definitions were written by BendingBender.

/@types/whitelist-object/

    Package Sidebar

    Install

    npm i @types/whitelist-object

    Weekly Downloads

    61

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    2.98 kB

    Total Files

    5

    Last publish

    Collaborators

    • types