getDefinition function exported

Last updated: 2026-03-03T19:04:25.123Z

Metrics

LOC: 5 Complexity: 1 Params: 2

Signature

getDefinition( type: FieldType, ): : FieldTypeDefinition | undefined

Summary

Retorna a definição completa para o tipo informado.

Source Code

export function getDefinition(
  type: FieldType,
): FieldTypeDefinition | undefined {
  return definitionIndex.get(type);
}

Dependencies (Outgoing)

graph LR getDefinition["getDefinition"] style getDefinition fill:#dbeafe,stroke:#2563eb,stroke-width:2px click getDefinition "5620efa05478eca8.html"
TargetType
type dynamic_call

No incoming dependencies.