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

1.0.3 • Public • Published

Installation

npm install --save @types/omit-empty

Summary

This package contains type definitions for omit-empty (https://github.com/jonschlinkert/omit-empty).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/omit-empty.

index.d.ts

interface OmitOptions {
    omitZero?: boolean | undefined;
}

declare function omitEmpty(obj: object, options?: OmitOptions): object;
export default omitEmpty;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: none

Credits

These definitions were written by Shubham Kanodia.

/@types/omit-empty/

    Package Sidebar

    Install

    npm i @types/omit-empty

    Weekly Downloads

    6,311

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    2.88 kB

    Total Files

    5

    Last publish

    Collaborators

    • types