@micham/iso8583
    Preparing search index...

    Type Alias FieldFactory<T>

    FieldFactory: (options: FieldOption) => Field<T>

    FieldFactory represents a factory function that creates a Field instance for the given type.

    Type Parameters

    • T = string

      The type of value that the created field handles.

    Type declaration