mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-28 11:10:25 +00:00
5 lines
80 B
JavaScript
5 lines
80 B
JavaScript
"use strict";
|
|
|
|
var o = {};
|
|
|
|
module.exports = function (t, a) { a(t(o)(), o); };
|