@yookue/ts-lang-utils
    Preparing search index...

    Function mapEachProp

    • Processes and map each prop key in the object

      Parameters

      • object: any

        the object to inspect

      • Optionalcallback: (key: string, index: number) => any

        the callback function that processes each prop key

      Returns undefined | any[]

      David Hsing