Files
DefinitelyTyped/types/is-blank/index.d.ts
Christian Gambardella 461edb1b84 Adds types for is-blank
2019-02-19 06:33:38 +01:00

8 lines
300 B
TypeScript

// Type definitions for is-blank 2.1
// Project: https://github.com/johnotander/is-blank#readme
// Definitions by: Christian Gambardella <https://github.com/heygambo>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function isBlank(input: any): boolean;
export = isBlank;