UNPKG

@rollup/wasm-node

Version:

Next-generation ES module bundler with Node wasm

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