persona-community-5/.pnpm-store/v3/files/a3/e3301b1923e621d117d69eaa50c80b1c7e1d03bb2186228834464e94e5cfcc2972129c4d6c737e17708ff369379ea14bb82f25fb4ef2e6757c2f81f7630052
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
253 B
Plaintext

import type TokenProcessor from "../TokenProcessor";
/**
* Starting at a potential `with` or (legacy) `assert` token, remove the import
* attributes if they exist.
*/
export declare function removeMaybeImportAttributes(tokens: TokenProcessor): void;