UNPKG
@ecash/lib
Version:
latest (1.5.1-rc3)
1.5.1-rc3
1.5.1-rc2
1.5.1-rc1
1.5.1-rc0
1.5.0-rc0
Library for eCash transaction building
github.com/Bitcoin-ABC/bitcoin-abc
Bitcoin-ABC/bitcoin-abc
@ecash/lib
/
dist
/
io
/
int.d.ts
3 lines
•
138 B
TypeScript
View Raw
1
2
3
/** Union type which can either be a normal JS Number or a BigInt. */
export
type
Int
=
number
|
bigint
;
//# sourceMappingURL=int.d.ts.map