mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-17 20:10:59 +00:00
4 lines
106 B
JavaScript
4 lines
106 B
JavaScript
|
|
"use strict";
|
||
|
|
|
||
|
|
module.exports = require("./is-implemented")() ? String.fromCodePoint : require("./shim");
|