Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/node/events.ts>default#onceWrap

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method default.prototype.onceWrap
import { default } from "https://deno.land/std@0.36.0/node/events.ts";

Parameters

eventName: string | symbol
listener: Function