UNPKG

@extra2001/compute-engine

Version:

Symbolic computing and numeric evaluations for JavaScript and Node.js

3 lines (2 loc) 137 B
/* 0.28.0 */ import { Decimal } from 'decimal.js'; export declare function bigint(a: Decimal | number | bigint | string): bigint | null;