aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es6-weak-map/test/implement.js
blob: 860027ed290974e58709a9ede6a6e5f0a36c2fc6 (plain)
1
2
3
'use strict';

module.exports = function (t, a) { a(typeof WeakMap, 'function'); };