This package allows for using decorators to declare which parts of a Class Model should be interpreted as parts of the Realm schema, and how.
// TODO
Install reflect-metadata in the root-project, and import it early (e.g. in index.js).
// TODO
Run tests:
npm test
Run tests in watch-mode:
npm run test:watch