npm.io
0.0.5 • Published 9 years ago

lqa-consistency-check

Licence
MIT
Version
0.0.5
Deps
0
Vulns
0
Weekly
0
DeprecatedThis package is deprecated

lqa-consistency-check

Installation

npm install lqa-consistency-check --save

Usage

    const checkConsistency = require('lqa-consistency-check')
    console.log(
        checkConsistency(
            {
                indexToTest: 0,
                sourceStrings: ['A', 'B', 'C', 'A'],
                targetStrings: ['I', 'II', 'III', 'IV']
            }
        )
    )

API

License

MIT Eirik Birkeland