mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-24 03:00:39 +08:00
11 lines
275 B
TypeScript
11 lines
275 B
TypeScript
|
// Copyright (c) Microsoft Corporation.
|
||
|
// Licensed under the MIT license.
|
||
|
|
||
|
// d.ts shims provide types for things we use internally but are not part
|
||
|
// of this package's surface area.
|
||
|
|
||
|
interface Request {}
|
||
|
interface RequestInit {}
|
||
|
interface Response {}
|
||
|
interface Headers {}
|