芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/test.joruridoctor.com/node_modules/sucrase/dist/types/util/isExportFrom.d.ts
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;