UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

8 lines (5 loc) 144 B
"use strict"; var isImplemented = require("../../../math/log2/is-implemented"); module.exports = function (a) { a(isImplemented(), true); };