@bluelibs/runner - v5.5.0
    Preparing search index...

    Type Alias ShouldReplaceConfig<T>

    ShouldReplaceConfig: [T] extends [void]
        ? true
        : [T] extends [undefined] ? true : false

    Helper type to determine if config should be replaced.

    Type Parameters

    • T