update function presentation
Last updated: 2026-03-04T23:21:38.421Z
Metrics
LOC: 3
Complexity: 1
Params: 2
Signature
update(key: string, value: unknown)
Source Code
function update(key: string, value: unknown) {
onChange({ ...params, [key]: value } as GeneratorParams);
}
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| GeneratorOption | calls |