UNPKG

@comyata/fe

Version:

Execute YAML and JSON files like programs and get clean data to work with as result.

14 lines (13 loc) 443 B
import { FileComputeStats } from '@comyata/fe/FileEngine'; export declare const usagesToObject: (fileComputeStats: FileComputeStats) => { [fileId: string]: string[]; } | null; export declare const usagesToDependencies: (fileComputeStats: FileComputeStats, collectedUsages?: { [fileIdContainer: string]: { [fileId: string]: string[]; }; }) => { [fileIdContainer: string]: { [fileId: string]: string[]; }; };