remove node_modules and .gitignore them
This commit is contained in:
-7
@@ -1,7 +0,0 @@
|
||||
// Exports true if environment provides native `Symbol` implementation
|
||||
|
||||
"use strict";
|
||||
|
||||
var Symbol = require("ext/global-this").Symbol;
|
||||
|
||||
module.exports = typeof Symbol === "function" && typeof Symbol() === "symbol";
|
||||
Reference in New Issue
Block a user