1.0.5 • Published 1 year ago

easy_check_palindrome v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago