Logos DX
    Preparing search index...

    Type Alias AssertTestFn<T>

    AssertTestFn: (
        v: T extends Function ? never : Truthy<T> | Falsy | undefined,
    ) => boolean

    Type Parameters

    • T

    Type Declaration