innovationDriveApp/node_modules/es6-map/test/implement.js
2018-07-08 19:21:40 +10:00

3 lines
80 B
JavaScript

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