@supernovaio/cli
Version:
Supernova.io Command Line Interface
10 lines • 316 B
TypeScript
import { ParserOptions } from "./parser/types.js";
import { Component } from "./types.js";
type Input = {
importFrom: string;
rootDir: string;
parserOptions?: ParserOptions;
};
export declare function analyzeComponents(input: Input): Promise<Component[]>;
export {};
//# sourceMappingURL=analyze.d.ts.map