UNPKG

rollup

Version:

Next-generation ES module bundler

5 lines (3 loc) 134 B
import type { ParseAst, ParseAstAsync } from './rollup'; export const parseAst: ParseAst; export const parseAstAsync: ParseAstAsync;