1.0.3 • Published 6 months ago

@types/omit-empty v1.0.3

Weekly downloads
506
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for omit-empty 1.0
// Project: https://github.com/jonschlinkert/omit-empty
// Definitions by: Shubham Kanodia <https://github.com/pastelsky>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2

interface OmitOptions {
    omitZero?: boolean | undefined;
}

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

Additional Details

  • Last updated: Thu, 08 Jul 2021 18:51:47 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Shubham Kanodia.

1.0.2

7 months ago

1.0.3

6 months ago

1.0.1

3 years ago

1.0.0

5 years ago