Blame view
node_modules/es6-symbol/test/is-native-implemented.js
77 Bytes
f7563de62
|
1 2 3 |
'use strict'; module.exports = function (t, a) { a(typeof t, 'boolean'); }; |
f7563de62
|
1 2 3 |
'use strict'; module.exports = function (t, a) { a(typeof t, 'boolean'); }; |