Skip to content

add support for ES6 Map's #18

Description

@nahuel

E.g.:

const m = new Map([['a', 'b'], ['c', 'd']]); 
// Map { 'a' => 'b', 'c' => 'd' }
const m2 = set(m, _ => _.get('c') )('X')
// Map { 'a' => 'b', 'c' => 'X' }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions