UNPKG

barrelize

Version:

Automatically generating index (barrel) files

6 lines (5 loc) 187 B
export type PathsDifferences = { insertions: string[]; deletions: string[]; }; export declare function pathsDifferences(newPaths: string[], oldPaths: string[]): PathsDifferences;