Home Manual Reference Source

Usage

Import the library where needed

const {isPalindrome} = await import('@array-like/is-palindrome');
// or
import {isPalindrome} from '@array-like/is-palindrome';