UNPKG

nstdlib-nightly

Version:

Node.js standard library converted to runtime-agnostic ES modules.

6 lines (3 loc) 171 B
// Source: https://github.com/nodejs/node/blob/65eff1eb/lib/internal/events/symbols.js const kFirstEventParam = Symbol("kFirstEventParam"); export { kFirstEventParam };