blob: 0488d730ae60ba8d5449ffec4d48a0a39f2a1df0 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
// Type definitions for bun {version}
// Project: https://github.com/oven-sh/bun
// Definitions by: Jarred Sumner <https://github.com/Jarred-Sumner>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference no-default-lib="true" />
/// <reference lib="esnext" />
// This file is bundled so that your TypeScript editor integration loads it faster.
|