1.1.0 • Published 9 years ago

typed-objects v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 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

9 years ago

1.0.0

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago