mirror of
https://ghproxy.net/https://github.com/abhijitb/helix.git
synced 2026-07-28 12:57:01 +08:00
4 lines
134 B
TypeScript
4 lines
134 B
TypeScript
import type { ParseAst, ParseAstAsync } from './rollup';
|
|
|
|
export const parseAst: ParseAst;
|
|
export const parseAstAsync: ParseAstAsync;
|