isguard-ts
    Preparing search index...

    Type Alias LazyTypeGuard<T>

    LazyTypeGuard: TypeGuard<T> & { unbox(): TypeGuard<T> }

    A lazy TypeGuard that defers evaluation until needed.

    Returned by isLazy.

    Type Parameters

    • T

      The type to guard

    Type Declaration