biofriction-wp-theme/node_modules/es5-ext/test/math/atanh/implement.js

8 lines
145 B
JavaScript

"use strict";
var isImplemented = require("../../../math/atanh/is-implemented");
module.exports = function (a) {
a(isImplemented(), true);
};