Opal-Estate-Pro/node_modules/es6-weak-map/test/is-native-implemented.js
2019-09-13 11:27:52 +07:00

6 lines
78 B
JavaScript

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