## Dev utils
Dev utils to be shared across 0x projects and packages
## Install```bashyarn add @0xproject/dev-utils```
If your project is in [TypeScript](https://www.typescriptlang.org/), add the following to your `tsconfig.json`:
```"include": [ "./node_modules/web3-typescript-typings/index.d.ts",]```