UNPKG

arquero

Version:

Query processing and transformation of array-backed data tables.

8 lines (7 loc) 130 B
/** * @param {*} value * @returns {value is bigint} */ export function isBigInt(value) { return typeof value === 'bigint'; }