We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b89028f commit 0c78ff1Copy full SHA for 0c78ff1
README.md
@@ -11,6 +11,7 @@ Written in [Typescript](https://www.typescriptlang.org) and distributed in ES5,
11
Please see [our documentation page](https://jsonapi-suite.github.io/jsorm/) for full usage.
12
13
```es6
14
+import 'isomorphic-fetch';
15
import { Config, Model, attr, hasMany, belongsTo } from 'jsorm';
16
17
const Person = Model.extend({
0 commit comments