persona-community-5/.pnpm-store/v3/files/6e/d678faa023c01894966ccd4a84f63fe42e8d9671c414a045e3db9c61abcf5b0d6022e477a31b7a065ed27a1c0d89f58012ebb15318a70bd1fa9e9a8d17f435
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

7 lines
167 B
Plaintext

export default abstract class Transformer {
abstract process(): boolean;
getPrefixCode(): string;
getHoistedCode(): string;
getSuffixCode(): string;
}