1.0.0 • Published 4 years ago
@jswork/next-is-palindrome v1.0.0
next-is-palindrome
Check if is palindrome.
installation
npm install -S @jswork/next-is-palindrome
usage
import '@jswork/next-is-palindrome';
const str1 = '121'; //true
const str2 = '1221'; //true
const str3 = '22322'; //true
license
Code released under the MIT license.
1.0.0
4 years ago