diff options
Diffstat (limited to 'node_modules/es6-map/test/is-native-implemented.js')
-rw-r--r-- | node_modules/es6-map/test/is-native-implemented.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node_modules/es6-map/test/is-native-implemented.js b/node_modules/es6-map/test/is-native-implemented.js new file mode 100644 index 000000000..df8ba0323 --- /dev/null +++ b/node_modules/es6-map/test/is-native-implemented.js @@ -0,0 +1,3 @@ +'use strict'; + +module.exports = function (t, a) { a(typeof t, 'boolean'); }; |