Checks if value ends with searchString.

endsWith if value does not end with searchString.

const question = endsWith("?");

question("hey!"); // Error: endsWith
question("really?"); // passes