UNPKG

auto-cr-cmd

Version:

Fast automated code review CLI powered by SWC-based static analysis

4 lines (3 loc) 184 B
import type { ParseOptions } from '@swc/types'; export declare function setTsConfigPath(path?: string): void; export declare function loadParseOptions(filePath: string): ParseOptions;