# @0x/typescript-typings

> 0x project typescript type definitions

Latest version **5.3.2** (published 2022-08-18) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @0x/typescript-typings
pnpm add @0x/typescript-typings
yarn add @0x/typescript-typings
bun add @0x/typescript-typings
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 5.3.2 |
| Published | 2022-08-18 |
| First published | 2018-10-18 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6.12 |
| Dependencies | 6 |
| Unpacked size | 101.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 98 |
| Author | Fabio Berger |
| Maintainers | aeph4muh, idokleinman, jadetran, kyuc, henryzhu, tobernguyen, dex_tracker, dekz, amirbandeali, phil-ociraptor |

## Links

- npm: https://www.npmjs.com/package/@0x/typescript-typings
- Repository: https://github.com/0xProject/tools
- Homepage: https://github.com/0xProject/tools/tree/main/packages/typescript-typings#readme
- Issues: https://github.com/0xProject/tools/issues
- npm.io page: https://npm.io/package/@0x/typescript-typings

## Dependencies (6)

- [popper.js](https://npm.io/package/popper.js.md) 1.14.3
- [@types/node](https://npm.io/package/@types/node.md) 12.12.54
- [@types/bn.js](https://npm.io/package/@types/bn.js.md) ^4.11.0
- [@types/react](https://npm.io/package/@types/react.md) *
- [bignumber.js](https://npm.io/package/bignumber.js.md) ~9.0.2
- [ethereum-types](https://npm.io/package/ethereum-types.md) ^3.7.1

## Recent versions

- 5.3.2 (latest) — 2022-08-18
- 4.4.0-beta.2 (protocolV3) — 2019-11-17
- 5.3.1 — 2022-03-16
- 5.3.0 — 2022-03-16
- 5.2.2 — 2022-02-26
- 5.2.1 — 2021-08-25
- 5.2.0 — 2021-04-26
- 5.1.7 — 2021-03-24
- 5.1.6 — 2020-12-02
- 5.1.5 — 2020-10-21
- 5.1.4 — 2020-10-21
- 5.1.3 — 2020-10-20
- 5.1.2 — 2020-10-20
- 5.1.1 — 2020-07-15
- 5.1.0 — 2020-06-24
- … 20 more at https://npm.io/package/@0x/typescript-typings/versions

## README

## @0x/typescript-typings

Type repository for external packages used by 0x. This is like our small version of [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped)

## Installation

```bash
yarn add -D @0x/typescript-typings
```

## Usage

Add the following line within an `compilerOptions` section of your `tsconfig.json`

```json
"typeRoots": ["node_modules/@0x/typescript-typings/types", "node_modules/@types"]
```

This will allow the TS compiler to first look into that repo and then fallback to DT types.

## Contributing

We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.

Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.

### Install dependencies

If you don't have yarn workspaces enabled (Yarn < v1.0) - enable them:

```bash
yarn config set workspaces-experimental true
```

Then install dependencies

```bash
yarn install
```

### Build

To build this package and all other monorepo packages that it depends on, run the following from the monorepo root directory:

```bash
PKG=@0x/typescript-typings yarn build
```

Or continuously rebuild on change:

```bash
PKG=@0x/typescript-typings yarn watch
```

### Clean

```bash
yarn clean
```

### Lint

```bash
yarn lint
```

---
_Source: https://npm.io/package/@0x/typescript-typings · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
