UNPKG

chaingate

Version:

A complete TypeScript library for connecting to and making transactions on different blockchains

4 lines (3 loc) 158 B
import Decimal from 'decimal.js'; export type NumberLike = string | number | bigint | Decimal; export declare function toDecimal(value: NumberLike): Decimal;