xtyped

Extended type schema library for javascript.


Keywords
javascript, schema, type, json, validate
License
MIT
Install
npm install xtyped@1.0.1

Documentation

XTyped

NPM Version NPM Downloads Build Status Test Coverage Dependencies DevDependencies

Extended type schema library for javascript.

  • Extensible Types
  • Generic Types
  • Safe data type conversion between Javascript and JSON
  • Data validation
  • Easy type definition with strings
  • 10 built-in types
  • Tested with more than 180 unit tests

Installation

$ npm install xtyped --save

Node Compatibility

  • node >= 4.0;

License

MIT