UNPKG

sucrase

Version:

Super-fast alternative to Babel for when you can target modern JS runtimes

7 lines (6 loc) 233 B
import type TokenProcessor from "../TokenProcessor"; /** * Starting at a potential `assert` token remove the import assertion if there * is one. */ export declare function removeMaybeImportAssertion(tokens: TokenProcessor): void;