mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-03 19:34:43 +00:00
4 lines
97 B
JavaScript
4 lines
97 B
JavaScript
|
|
"use strict";
|
||
|
|
|
||
|
|
module.exports = require("./is-implemented")() ? WeakMap : require("./polyfill");
|