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