4 lines
80 B
JavaScript
Raw Permalink Normal View History

2025-05-22 16:37:43 +08:00
'use strict';
module.exports = function (t, a) { a(typeof Map, 'function'); };