@ts-simple/is-pair
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

is-pair

Build Status Coverage Status

npm npm bundle size (scoped version) NPM

Simple function to verify is pair

API

  • isPair(n: number) => boolean;

Usage

import {isPair} from '@ts-simple/is-pair'
const pair = isPair(2);
console.log(pair);
/* Should return true*/

Readme

Keywords

Package Sidebar

Install

npm i @ts-simple/is-pair

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

3.25 kB

Total Files

6

Last publish

Collaborators

  • arturo.silvelo