JSON API (De)Serializer in Typescript
Typescript fork from jsonapi-serializer
jsonapi-serializer depends on the bluebird promise API which is no longer needed with the arrival of native promises. Also, there might not be any use of promises at all, so this might change in the future.
Current implementation passes all tests from jsonapi-serializer
$ npm run test