Algorand TypeScript Testing
    Preparing search index...

    Type Alias KeyIsNotFunction<TKey, TObj>

    KeyIsNotFunction: TKey extends DeliberateAny
        ? TObj[TKey] extends AnyFunction ? never : TKey
        : never

    Type Parameters

    • TKey extends keyof TObj
    • TObj