UNPKG

projectz

Version:

Stop wasting time syncing and updating your project's README and Package Files!

15 lines 484 B
import type { FilenamesForPackageFiles, Editions } from './types.js'; export declare function getInstallInstructions(data: { filenamesForPackageFiles: FilenamesForPackageFiles; name: string; version: string; deno?: string; main?: string; browsers?: boolean; module?: any; dependencies: Record<string, string>; devDependencies: Record<string, string>; editions: Editions; keywords: string[]; }): string; //# sourceMappingURL=install.d.ts.map