@cucumber/cucumber
    Preparing search index...

    Type Alias CoordinatorTransformer<K>

    CoordinatorTransformer: (
        value: CoordinatorTransformValues[K],
    ) =>
        | PromiseLike<CoordinatorTransformValues[K]>
        | CoordinatorTransformValues[K]

    Transformer function for a coordinator transform

    Type Parameters

    Type declaration

    Don't try to modify the original value. Return a transformed value, or undefined to pass through unchanged.