UNPKG

typizator

Version:

Runtime types and metadata schemas for Typescript

6 lines (5 loc) 176 B
/** * Condition definition for the `.byDefault` behaviour making it always true independently of the source * @returns truism */ export declare const always: () => boolean;