Files
n8n-nodes-gwezz-changdunovel/node_modules/recast/parsers/babel-ts.d.ts
2025-10-26 23:10:15 +08:00

5 lines
196 B
TypeScript

import { parser } from "./babel";
import { Overrides } from "./_babel_options";
export { parser };
export declare function parse(source: string, options?: Overrides): import("@babel/types").File;