mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-02 13:40:24 +00:00
5 lines
156 B
JavaScript
5 lines
156 B
JavaScript
"use strict";
|
|
|
|
var isImplemented = require("../../../../array/#/copy-within/is-implemented");
|
|
|
|
module.exports = function (a) { a(isImplemented(), true); };
|