UNPKG

@ecash/lib

Version:

Library for eCash transaction building

3 lines 138 B
/** Union type which can either be a normal JS Number or a BigInt. */ export type Int = number | bigint; //# sourceMappingURL=int.d.ts.map