UNPKG

arquero

Version:

Query processing and transformation of array-backed data tables.

6 lines (5 loc) 113 B
/** * @param {*} value * @returns {value is RegExp} */ export function isRegExp(value: any): value is RegExp;