Type alias EmptyMapConstructor

EmptyMapConstructor: (new () => Map<any, any>)

Type declaration

    • new (): Map<any, any>
    • A simplified version of MapConstructor that only allows creating an empty Map.

      Returns Map<any, any>