Can be managed using yarn, npm, or jspm.
yarn add @array-like/is-palindrome
npm install @array-like/is-palindrome --save
jspm install npm:@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';
More examples in the test files.