]> git.r.bdr.sh - rbdr/dotfiles/blob
f3c712b1dfc97765f833eddc49a4f09fdb3860be
[rbdr/dotfiles] /
1 'use strict';
2
3 var isImplemented = require('../../../math/cosh/is-implemented');
4
5 module.exports = function (a) { a(isImplemented(), true); };