UNPKG

lazy-widgets

Version:

Typescript retained mode GUI for the HTML canvas API

8 lines (7 loc) 250 B
/** * A validator function which checks whether an input value is a number * (including a NaN check). Doesn't stop the validator chain. * * @category XML */ export declare function validateNumber(value: unknown): [value: number, stop: boolean];