UNPKG

bun-types

Version:

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

24 lines (20 loc) 841 B
// Project: https://github.com/oven-sh/bun // Definitions by: Jarred Sumner <https://github.com/Jarred-Sumner> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// <reference lib="esnext" /> /// <reference types="node" /> /// <reference types="ws" /> // contributors: uncomment this to detect conflicts with lib.dom.d.ts //// <reference lib="dom" /> /// <reference path="./globals.d.ts" /> /// <reference path="./bun.d.ts" /> /// <reference path="./overrides.d.ts" /> /// <reference path="./fetch.d.ts" /> /// <reference path="./ffi.d.ts" /> /// <reference path="./test.d.ts" /> /// <reference path="./html-rewriter.d.ts" /> /// <reference path="./jsc.d.ts" /> /// <reference path="./sqlite.d.ts" /> /// <reference path="./wasm.d.ts" /> /// <reference path="./deprecated.d.ts" /> /// <reference path="./ambient.d.ts" />