Home Manual Reference Source

Overview

Installation

Can be managed using yarn, npm, or jspm.

yarn

yarn add @array-like/is-palindrome

npm

npm install @array-like/is-palindrome --save

jspm

jspm install npm:@array-like/is-palindrome

Usage

Import the library where needed

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

Examples

More examples in the test files.