v1.0.0
π Check if an string is palindrome
Repository
Current version released
3 years ago
Versions
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.