This package has been deprecated

Author message:

Changing name to translation-consistency-check

lqa-consistency-check

0.0.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i lqa-consistency-check

Weekly Downloads

1

Version

0.0.5

License

MIT

Last publish

Collaborators

  • eirikbirkeland