@arcmantle/library
    Preparing search index...

    Type Alias RecursiveKeyof<T>

    RecursiveKeyof: Exclude<_RecursiveKeyof<T>, number | symbol>

    Recursively gets all the keys of an object.

    Type Parameters

    • T extends Record<string, any>