Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 160 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 160 Bytes

next-ends-with

Checks if string ends with the given target string.

usage:

nx.endsWith('abc', 'c'); // true
nx.endsWith('abc', 'b'); // false