next-ends-with Checks if string ends with the given target string. usage: nx.endsWith('abc', 'c'); // true nx.endsWith('abc', 'b'); // false