Files
codeql-action/node_modules/emittery/maps.js
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
120 B
JavaScript
Raw Normal View History

2023-01-18 20:50:03 +00:00
export const anyMap = new WeakMap();
export const eventsMap = new WeakMap();
export const producersMap = new WeakMap();