blob: 92b501ac72abed41431c8938cf071ae82b667c76 [file] [log] [blame]
'use strict';
var isImplemented = require('../../../math/log2/is-implemented');
module.exports = function (a) { a(isImplemented(), true); };