// Project: https://github.com/oven-sh/bun // Definitions by: Bun Contributors // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// // @ts-ignore Must disable this so it doesn't conflict with the DOM onmessage type, but still // allows us to declare our own globals that Node's types can "see" and not conflict with declare var onmessage: never;