UNPKG

generate-license-file

Version:

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

3 lines (2 loc) 97 B
import { exec } from "child_process"; export declare const execAsync: typeof exec.__promisify__;