@r47onfire/backolon - v0.0.0
    Preparing search index...

    Type Alias CheckedType<T>

    CheckedType: T extends (thing: Thing<any>) => thing is Thing<infer U>
        ? U
        : never

    Type Parameters

    • T extends (thing: Thing<any>) => thing is Thing<any>