1.3.1 • Published 1 year ago

paritypackage v1.3.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Parity package

This module helps you to check whether two strings have the same parity of their lengths.

Install

npm install paritypackage

USAGE

checkParity(text1, text2)

// Load library
var checkParity = require('paritypackage');

// Check parity
console.log(checkParity(“eventext”, “oddtext”)); // => false

License ISC

1.3.1

1 year ago

1.2.1

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago