- Add package-lock.json for npm ci - Fix FROM casing in Dockerfile - Remove --only=production flag from npm ci 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
4 lines
161 B
TypeScript
4 lines
161 B
TypeScript
/// <reference types="node" />
|
|
import * as util from 'util';
|
|
export declare const parseArgs: typeof util.parseArgs;
|
|
//# sourceMappingURL=parse-args-cjs.d.cts.map
|