UNPKG
nstdlib-nightly
Version:
latest (0.0.2-1724914487.5caf705)
0.0.2-1724914487.5caf705
0.0.2-1724912830.5caf705
0.0.2-1724911997.5caf705
0.0.2-1724352528.2a32280
0.0.2-1724342035.2a32280
0.0.2-1724327989.742184b
0.0.2-1724275147.44b2aa5
0.0.2-1724252610.6a3a042
0.0.2-1724252557.c61ed44
0.0.2-1724252435.f61c124
0.0.2-1724230485.53401b2
0.0.0
Node.js standard library converted to runtime-agnostic ES modules.
nstdlib-nightly
/
lib
/
internal
/
events
/
symbols.mjs
6 lines
(3 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
// Source: https://github.com/nodejs/node/blob/65eff1eb/lib/internal/events/symbols.js
const
kFirstEventParam =
Symbol
(
"kFirstEventParam"
);
export
{ kFirstEventParam };