@corefunc/corefunc
    Preparing search index...

    Function objectSetValue

    • Type Parameters

      • ObjectType extends
            | Set<any>
            | Map<any, any>
            | Record<string, any>
            | WeakSet<any>
            | WeakMap<any, any>

      Parameters

      • object: ObjectType

        Object to set in.

      • Optionalkey: string

        Key name.

      • Optionalvalue: any

        Value to set.

      Returns ObjectType

      Object that was modified.

      objectSetValue

      Sets the value at key of object.

      0.1.55