aboutsummaryrefslogblamecommitdiffstats
path: root/packages/website/md/docs/json_schemas/1/installation.md
blob: 50a37bae12518a1fca4560b5e6da4edd7992f34e (plain) (tree)
1
2
3
4


           
                                












                                                         
**Install**

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

**Import**

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

or

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