Source: utils/regex.js

/** @module **/

/**
 * represents white space of greater than 0 characters
 * @type {RegExp}
 */
export const whitespace = /\s+/g;