UNPKG

lazy-widgets

Version:

Typescript retained mode GUI for the HTML canvas API

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