Skip to content

parser

ts
export declare const parser: {
    parse: typeof parseWithTsMorph;
    parseWithTsMorph: typeof parseWithTsMorph;
};

A single export object containing both parse and parseWithTsMorph functions. This is the main entry point for parsing TypeScript code in Parsee.

References