@pathmaker-digital/pmd-utilities - v2.2.6
    Preparing search index...

    Function objToIterable

    • Converts an object to an iterable array of key-value pairs.

      Parameters

      • obj: object

        The object to convert.

      Returns { key: string; value: any }[]

      The object as an iterable array of key-value pairs.