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

8 lines
144 B
JavaScript
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
"use strict";
var isImplemented = require("../../../math/sinh/is-implemented");
module.exports = function (a) {
a(isImplemented(), true);
};