mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
8 lines
300 B
TypeScript
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;
|