msgpack-js
msgpack-js copied to clipboard
add int/uint/float subtype export (int{8,16,32,64}, uint{8,16,32,64}, float{32,64}) and TypedObj
add sub type export
- Int8
- Int16
- Int32
- Int64
- Uint8
- Uint16
- Uint32
- Uint64
- Float32
- Float64
and a TypedObj

