msgpack-js icon indicating copy to clipboard operation
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

Open deepkolos opened this issue 5 years ago • 0 comments

add sub type export

  1. Int8
  2. Int16
  3. Int32
  4. Int64
  5. Uint8
  6. Uint16
  7. Uint32
  8. Uint64
  9. Float32
  10. Float64

and a TypedObj

image

image

deepkolos avatar Oct 12 '20 08:10 deepkolos