Skip to main content
Module

std/node/events.ts

Deno standard library
Go to Latest
File
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.// @deno-types="./_events.d.ts"export { captureRejectionSymbol, default, defaultMaxListeners, errorMonitor, EventEmitter, getEventListeners, on, once,} from "./_events.mjs";