1.1.0 • Published 10 years ago

typed-objects v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

NPM version Build status Test coverage License Dependency status

typed-objects

  • polyfill of ES7 typed objects for node.js

Example

require('typed-objects')()

var Point = new StructType({
  x: int32,
  y: int32
})

var point = new Point({
  x: 123,
  y: 456
})

Referer

License

MIT

1.1.0

10 years ago

1.0.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago