Usage
Import the library where needed
const {isPalindrome} = await import('@array-like/is-palindrome');
// or
import {isPalindrome} from '@array-like/is-palindrome';
Import the library where needed
const {isPalindrome} = await import('@array-like/is-palindrome');
// or
import {isPalindrome} from '@array-like/is-palindrome';