added whole system from ola4doc
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// Exports true if environment provides native `Symbol` implementation
|
||||
|
||||
'use strict';
|
||||
|
||||
module.exports = (function () {
|
||||
if (typeof Symbol !== 'function') return false;
|
||||
return (typeof Symbol() === 'symbol');
|
||||
}());
|
||||
Reference in New Issue
Block a user