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

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

**Import**

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

or

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