UNPKG

lazy-widgets

Version:

Typescript retained mode GUI for the HTML canvas API

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