UNPKG

@doku-dev/doku-fragment

Version:

A new Angular UI library that moving away from Bootstrap and built from scratch.

5 lines (4 loc) 168 B
/** * Reference: https://github.com/angular/angular/blob/main/packages/forms/src/validators.ts#L18 */ export declare function isEmptyInputValue(value: any): boolean;