type-transformer
Version:
Transformation / serialization / deserialization of plain JavaScript objects to typed objects and vice versa
24 lines • 592 B
JSON
{
"name": "type-transformer",
"description": "Transformation / serialization / deserialization of plain JavaScript objects to typed objects and vice versa",
"keywords": [
"serialization",
"deserialization",
"serializer",
"typescript",
"object-to-class",
"typescript-serializer",
"object",
"type",
"class"
],
"version": "0.3.3",
"license": "MIT",
"repository": "bitbucket:comsulting/type-transformer",
"engines": {
"node": ">= 6.0.0"
},
"main": "type-transformer.js",
"module": "type-transformer.es.js",
"typings": "index.d.ts"
}