@supernovaio/cli
Version:
Supernova.io Command Line Interface
12 lines • 613 B
TypeScript
export type CollectFilesInput = {
excludeNestedPackages?: boolean;
excludePaths?: string[];
pattern: string;
projectRoot: string;
};
export declare function normalizeExcludePath(excludePath: string): string;
export declare function collectFiles(input: CollectFilesInput): Promise<string[]>;
export declare function componentKeyFrom(exportName: string, componentPath: string, existing: Set<string>): string;
export declare function toRelative(projectRoot: string, absolutePath: string): string;
export declare function uniqueSorted(values: string[]): string[];
//# sourceMappingURL=helpers.d.ts.map