1.0.5 • Published 2 years ago

easy_check_palindrome v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Toy function Library

A library that provides some toy function to use, for example: check palindrome.

Installation

npm i easy_check_palindrome
const isPalindrome = require('easy_check_palindrome')

console.log(isPalindrome(-1221)) // Output: false
console.log(isPalindrome(1221)) // Output: true
console.log(isPalindrome("williw")) // Output: true
1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago