mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-03 22:20:29 +00:00
5 lines
152 B
JavaScript
5 lines
152 B
JavaScript
"use strict";
|
|
|
|
var isImplemented = require("../../../../string/#/repeat/is-implemented");
|
|
|
|
module.exports = function (a) { a(isImplemented(), true); };
|