mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-29 03:30:25 +00:00
4 lines
98 B
JavaScript
4 lines
98 B
JavaScript
/** Used to lookup unminified function names. */
|
|
var realNames = {};
|
|
|
|
module.exports = realNames;
|