0.0.6 • Published 7 years ago

translation-consistency-check v0.0.6

Weekly downloads
1
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