doddle
    Preparing search index...

    Function fromObject

    • Creates a Seq from the own, enumerable, string key-value pairs of an object, evaluated lazily.

      Type Parameters

      • Object extends object

        Type of the source object.

      Parameters

      • source: Object

        Source object to create the Seq from.

      Returns Seq<[keyof Object & string, Object[keyof Object]]>

      A Seq of key-value pairs from the source object.