astro-ghostcms/.pnpm-store/v3/files/34/30814519b44a76122094662e891...

17 lines
223 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
export default class Transformer {
// Return true if anything was processed, false otherwise.
getPrefixCode() {
return "";
}
getHoistedCode() {
return "";
}
getSuffixCode() {
return "";
}
}