UNPKG

arquero

Version:

Query processing and transformation of array-backed data tables.

8 lines (7 loc) 136 B
/** * @param {*} value * @returns {value is Function} */ export function isFunction(value) { return typeof value === 'function'; }