mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-25 09:40:23 +00:00
5 lines
85 B
JavaScript
5 lines
85 B
JavaScript
"use strict";
|
|
|
|
module.exports = function (t, a) {
|
|
a(typeof WeakMap, "function");
|
|
};
|