Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/nunjucks/src/deps.js>EventEmitter#on

A powerful templating engine with inheritance, asynchronous control, and more (Jinja 2 inspired)
Go to Latest
method EventEmitter.prototype.on
import { EventEmitter } from "https://deno.land/x/nunjucks@3.2.3/src/deps.js";

Parameters

eventName: string | symbol
listener: Function
optional
prepend: boolean