UNPKG

arquero

Version:

Query processing and transformation of array-backed data tables.

6 lines (4 loc) 124 B
import { isBigInt } from './is-bigint.js'; export function toNumeric(value) { return isBigInt(value) ? value : +value; }