UNPKG

arquero

Version:

Query processing and transformation of array-backed data tables.

8 lines (7 loc) 128 B
/** * @param {*} value * @returns {value is RegExp} */ export function isRegExp(value) { return value instanceof RegExp; }