UNPKG

peezy-cli

Version:

Production-ready CLI for scaffolding modern applications with curated full-stack templates, intelligent migrations, and enterprise security.

6 lines (5 loc) 206 B
/** * Normalize various technology aliases to canonical keys used by checkers. * Return null for unknown/unsupported technologies. */ export declare function normalizeTech(input: string): string | null;