persona-community-5/.pnpm-store/v3/files/45/aa93dcdf24b61654297072d8937319efed033905828ab2a46fb05737e65bc1474a2a5a18845648de0e598401dca2aff8eebefab47d00a2faa8944f39515416
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

3 lines
139 B
Plaintext

import { TransformOptions, TRANSFORM_RESULT } from "./types";
export default function transform(opts: TransformOptions): TRANSFORM_RESULT;