MCPcopy Create free account
hub / github.com/webpack/webpack-cli / EnumValueObject

Interface EnumValueObject

packages/webpack-cli/src/webpack-cli.ts:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167type EnumValue = string | number | boolean | EnumValueObject | EnumValue[] | null;
168
169interface EnumValueObject {
170 [key: string]: EnumValue;
171}
172
173interface ArgumentConfig {
174 description?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected