intern-Assignment/Sequelize-library/node_modules/es6-weak-map/test/implement.js

6 lines
85 B
JavaScript
Raw Permalink Normal View History

2025-01-31 09:50:39 +00:00
"use strict";
module.exports = function (t, a) {
a(typeof WeakMap, "function");
};