From 580e798e16346eb894eb899edac82d2efdf40adc Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 18 Apr 2026 22:32:53 -0500 Subject: initial commit --- node_modules/rollup/dist/parseAst.d.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 node_modules/rollup/dist/parseAst.d.ts (limited to 'node_modules/rollup/dist/parseAst.d.ts') diff --git a/node_modules/rollup/dist/parseAst.d.ts b/node_modules/rollup/dist/parseAst.d.ts new file mode 100644 index 0000000..4d64dac --- /dev/null +++ b/node_modules/rollup/dist/parseAst.d.ts @@ -0,0 +1,4 @@ +import type { ParseAst, ParseAstAsync } from './rollup'; + +export const parseAst: ParseAst; +export const parseAstAsync: ParseAstAsync; -- cgit v1.2.3