mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-05 06:50:58 +00:00
5 lines
143 B
JavaScript
5 lines
143 B
JavaScript
"use strict";
|
|
|
|
var isImplemented = require("../../../math/log2/is-implemented");
|
|
|
|
module.exports = function (a) { a(isImplemented(), true); };
|