getDefaultParams function exported
Last updated: 2026-03-03T19:04:25.123Z
Metrics
LOC: 3
Complexity: 1
Params: 1
Signature
getDefaultParams(type: FieldType): : GeneratorParams | undefined
Summary
Retorna os params default de um tipo (min/max, formatted etc.).
Source Code
export function getDefaultParams(type: FieldType): GeneratorParams | undefined {
return definitionIndex.get(type)?.params;
}
Dependencies (Outgoing)
| Target | Type |
|---|---|
| type | dynamic_call |
Impact (Incoming)
| Source | Type |
|---|---|
| getRange | calls |