Skip to content

[Replacement]: except #610

@gameroman

Description

@gameroman

Package to replace

except

Suggested replacement(s)

const except = (obj, keys) => Object.fromEntries(Object.entries(obj).filter(([k]) => !keys.includes(k)))

Manifest type

micro-utility (tiny utility replaceable with native code or removal)

Rationale

A simple util

Availability

No response

Code example (optional)

Metadata

Metadata

Assignees

No one assigned

    Labels

    acceptedUsed to signal if a suggested replacement has been accepted.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions