mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
9 lines
126 B
TypeScript
9 lines
126 B
TypeScript
module.exports = {
|
|
process() {
|
|
return "module.exports = {};";
|
|
},
|
|
getCacheKey() {
|
|
return "svgTransform";
|
|
},
|
|
};
|