UNPKG
borsh
Version:
latest (2.0.0)
2.0.0
1.0.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.1
0.2.6
0.1.1
Binary Object Representation Serializer for Hashing
github.com/near/borsh-js
near/borsh-js
borsh
/
lib
/
cjs
/
types.js
5 lines
(4 loc)
•
173 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
exports
.
__esModule
=
true
;
exports
.
integers
=
void
0
;
exports
.
integers
= [
'u8'
,
'u16'
,
'u32'
,
'u64'
,
'u128'
,
'i8'
,
'i16'
,
'i32'
,
'i64'
,
'i128'
,
'f32'
,
'f64'
];