diff --git a/fake_node_modules/Collection.js b/fake_node_modules/Collection.js index 4a48ba6..43fcc2f 100644 --- a/fake_node_modules/Collection.js +++ b/fake_node_modules/Collection.js @@ -1,4 +1,4 @@ -class Collection extends Map { +module.exports = class Collection extends Map { constructor() { super(); } @@ -23,5 +23,3 @@ class Collection extends Map { return result; } }; - -module.exports = Collection; \ No newline at end of file