melonjs
    Preparing search index...

    Function endsWith

    • Returns true if the sequence of elements of searchString converted to a String is the same as the corresponding elements of this object (converted to a String) starting at endPosition – length(this). Otherwise returns false.

      Parameters

      • searchString: string
      • OptionalendPosition: number

      Returns boolean