equalstring

1.0.1 • Public • Published

what is this?

Identify equal field of array whether it is equal or not.

Installation

npm i equalstring --save

Then...


import {equalstring} from 'equalstring'

 var firstarray=["a","d","e","c","f"]
 var secondarray=["c","e","f","d","a"]

 equalstring(firstarray,secondarray)

Add module to project package.json

"type":"module"

Options

var firstarray=["a","d","e","c","f"] var secondarray=["c","e","f","d","a"]

or

var firstarray=["a","d","e","c","f"] var secondarray=["c","e","f","g","h"]

or

var firstarray=["1","9","5","8"] var secondarray=["5","9","1","8"]

Readme

Keywords

none

Package Sidebar

Install

npm i equalstring

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

1.03 kB

Total Files

3

Last publish

Collaborators

  • r_bahirathy