Interface IMapEnhancer<T, S>

Type Parameters

  • T = unknown

  • S = unknown

Hierarchy

  • IMapEnhancer

Implemented by

Properties

Methods

Properties

canMutateStorage?: boolean

Methods

  • Parameters

    • a: S
    • b: S
    • key: string

    Returns boolean

  • Parameters

    • storage: S
    • key: string

    Returns T

  • Parameters

    • value: T
    • key: string

    Returns S

Generated using TypeDoc