UNPKG

psrworld

Version:

A TypeScript-powered project scaffolding tool with dual CommonJS/ESM build support

5 lines 254 B
import type { PackageInfo } from '../types'; export declare const helpMessage: string; export declare function printHelp(): void; export declare function pkgFromUserAgent(userAgent?: string): PackageInfo | undefined; //# sourceMappingURL=helpers.d.ts.map