UNPKG

@weichwarenprojekt/license-reporter

Version:

A tool that analyzes node modules and extracts the license information into a json file that can be used for rendering the third party software.

6 lines 198 B
/** * Replace the backslashes in a given path * @param path The path that shall be modified */ export declare function replaceBackslashes(path: string): string; //# sourceMappingURL=util.d.ts.map