UNPKG

@elsikora/setup-wizard

Version:

Setup Wizard - CLI scaffolding utility

9 lines 451 B
import type { ILicenseConfig } from "../interface/license-config.interface"; import { ELicense } from "../enum/license.enum"; /** * Configuration constant for software licenses. * Provides information about different license types and template functions * for generating LICENSE files with proper copyright information. */ export declare const LICENSE_CONFIG: Record<ELicense, ILicenseConfig>; //# sourceMappingURL=license-config.constant.d.ts.map