@elsikora/setup-wizard
Version:
Setup Wizard - CLI scaffolding utility
9 lines (8 loc) • 398 B
TypeScript
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>;