f3c712b1dfc97765f833eddc49a4f09fdb3860be
[platform/framework/web/crosswalk-tizen.git] /
1 'use strict';
2
3 var isImplemented = require('../../../math/cosh/is-implemented');
4
5 module.exports = function (a) { a(isImplemented(), true); };