Checks if value includes with another value.

const hello = includes("hello");

hello("ahoj"); // Error: includes
hello("--hello--"); // passes