import { includes } from "https://deno.land/x/rambda@9.4.1/mod.ts";
If input
is string, then this method work as native String.includes
.
If input
is array, then R.equals
is used to define if valueToFind
belongs to the list.
Parameters
valueToFind: T