remove node_modules and .gitignore them
This commit is contained in:
-6
@@ -1,6 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = function () {
|
||||
try { return Object.entries({ foo: 12 })[0][0] === "foo"; }
|
||||
catch (e) { return false; }
|
||||
};
|
||||
Reference in New Issue
Block a user