UNPKG

sucrase

Version:

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

7 lines (6 loc) 280 B
import type TokenProcessor from "../TokenProcessor"; /** * Starting at `export {`, look ahead and return `true` if this is an * `export {...} from` statement and `false` if this is a plain multi-export. */ export default function isExportFrom(tokens: TokenProcessor): boolean;