palindrome

A word, phrase, or sequence that reads the same backward as forward.

Usage

import palindrome from "https://deno.land/x/palindrome/mod.ts";

palindrome("owo");
//=> true

palindrome("zero");
//=> false

License

This project is licensed under the MIT License.