UNPKG

arquero

Version:

Query processing and transformation of array-backed data tables.

8 lines (7 loc) 118 B
/** * @param {*} value * @return {value is Set} */ export function isSet(value) { return value instanceof Set; }