Back to Definitelytyped

TypeScript types for Bun

types/bun/README.md

0.1.450530 B
Original Source

TypeScript types for Bun

<p align="center"> <a href="https://bun.sh"></a> </p>

These are the type definitions for Bun's JavaScript runtime APIs.

Installation

Install the @types/bun npm package:

bash
# yarn/npm/pnpm work too, "@types/bun" is an ordinary npm package
bun add -D @types/bun

Contributing

The @types/bun package is a wrapper over the bun-types package, which lives in the Bun repo under packages/bun-types.