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

17 lines
223 B
Plaintext

export default class Transformer {
// Return true if anything was processed, false otherwise.
getPrefixCode() {
return "";
}
getHoistedCode() {
return "";
}
getSuffixCode() {
return "";
}
}