mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-22 00:00:25 +00:00
5 lines
123 B
JavaScript
5 lines
123 B
JavaScript
"use strict";
|
|
|
|
module.exports = require("./is-implemented")()
|
|
? String.prototype.includes
|
|
: require("./implementation");
|