UNPKG

@numio/bigmath

Version:

@numio/bigmath is an arbitrary-precision arithmetic library. It can be used for basic operations with decimal numbers (integers and float)

5 lines (4 loc) 91 B
export type ToBase = (arg: { value: string; toBase: 16 | 10 | 8 | 2; }) => string;