Skip to content

Lodash missing _.transform as part of the LoDashExplicitObjectWrapper #14748

@wheelerlaw

Description

@wheelerlaw

The typings for LoDash is missing transform in the LoDashExplicitObjectWrapper and LoDashExplicitArrayWrapper interfaces.

When using the following code:

_.chain(someObject)
    .transform(<someParams>)
    .value();

... I get the following compiler error:

Property 'transform' does not exist on type 'LoDashExplicitObjectWrapper<Object>'

As per the Lodash docs, transform should be available to be chained.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions