UNPKG

161 BTypeScriptView Raw
1#!/usr/bin/env node
2export declare function printHelp({ useYarn, dirPath, dependencies }: {
3 useYarn: any;
4 dirPath: any;
5 dependencies: any;
6}): void;