astro-ghostcms/.pnpm-store/v3/files/a3/e3301b1923e621d117d69eaa50c...

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;