UNPKG

generate-license-file

Version:

Generates a text file containing all of the licenses for your production dependencies

3 lines (2 loc) 120 B
import { ConfigSchema } from "./schema"; export declare const loadConfigFile: (path?: string) => Promise<ConfigSchema>;