aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/md/docs/json_schemas/1/installation.md
blob: 50a37bae12518a1fca4560b5e6da4edd7992f34e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
**Install**

```bash
yarn add @0xproject/json-schemas
```

**Import**

```javascript
import { schemas } from '@0xproject/json-schemas';
```

or

```javascript
var schemas = require('@0xproject/json-schemas').schemas;
```