UNPKG

ngperf-audit

Version:

A comprehensive Angular performance analyzer that identifies performance bottlenecks, memory leaks, and optimization opportunities in Angular applications

9 lines 298 B
#!/usr/bin/env node /** * Standalone CLI entry point for ngperf package * This file is used when ngperf is installed globally or run via npx */ declare const commands: any; declare function parseArgs(args: string[]): any; declare function main(): Promise<void>; //# sourceMappingURL=cli.d.ts.map