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