Constructors

Properties

_order: Map<string, number> = ...
size: number

Methods

  • It takes only the unique strings names and sort using the order of appearance

    Parameters

    • names: string[]

      unique strings

    Returns boolean

  • Internal compare Maps

    Parameters

    • a: Map<unknown, unknown>

      map

    • b: Map<unknown, unknown>

      map

    Returns boolean

Generated using TypeDoc