UNPKG

bun-types

Version:

Type definitions and documentation for Bun, an incredibly fast JavaScript runtime

6 lines (4 loc) 87 B
import * as BunModule from "bun"; declare global { export import Bun = BunModule; }