0.0.5 • Published 7 years ago

lqa-consistency-check v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

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

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago