mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-29 17:34:44 +00:00
4 lines
105 B
JavaScript
4 lines
105 B
JavaScript
|
|
"use strict";
|
||
|
|
|
||
|
|
module.exports = require("./is-implemented")() ? Array.prototype.map : require("./shim");
|