feat: initial commit of Railtrack Pro prototype with complete test suite
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
const anyMap = new WeakMap();
|
||||
const eventsMap = new WeakMap();
|
||||
const producersMap = new WeakMap();
|
||||
|
||||
module.exports = {
|
||||
anyMap,
|
||||
eventsMap,
|
||||
producersMap
|
||||
};
|
||||
Reference in New Issue
Block a user