mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-24 03:00:39 +08:00
6 lines
161 B
TypeScript
6 lines
161 B
TypeScript
|
// Copyright (c) Microsoft Corporation.
|
||
|
// Licensed under the MIT license.
|
||
|
|
||
|
// forward declaration of Event in case DOM libs are not present.
|
||
|
interface Event {}
|