Installation
npm install --save @types/is-blank
Summary
This package contains type definitions for is-blank (https://github.com/johnotander/is-blank#readme).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-blank.
index.d.ts
declare function isBlank(input: any): boolean;
export = isBlank;
Additional Details
- Last updated: Tue, 07 Nov 2023 03:09:37 GMT
- Dependencies: none
Credits
These definitions were written by Christian Gambardella.