UNPKG

bun-types

Version:

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

8 lines (5 loc) 99 B
import * as BunModule from "bun"; declare global { export import Bun = BunModule; } export {};