UNPKG

lazy-widgets

Version:

Typescript retained mode GUI for the HTML canvas API

7 lines 182 B
/** * A regular expression that matches empty or whitespace strings. * * @category Helper */ export const WHITESPACE_REGEX = /^\s*$/; //# sourceMappingURL=whitespace-regex.js.map