1
0
Fork 0
arangodb/js/node/node_modules/es6-map/test/implement.js

4 lines
80 B
JavaScript

'use strict';
module.exports = function (t, a) { a(typeof Map, 'function'); };