1.0.1 • Published 3 years ago

vtfk-document-converter v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

vtfk-document-converter

Converts new document type back into old document type. This allows for a smoother transition from old to new

Installation

npm i vtfk-document-converter

Usage

Import the module Then call it with the document object and the language you want for the old document

const convert = require('vtfk-document-converter');

const oldDocument = convert(newDocument, 'nb');

Differences

The following properties will not be given back with the old document, because they are not used anywhere..

  • minElevVersion
  • skjemaUtfyllingStop
  • userAgent
1.0.1

3 years ago

1.0.0

3 years ago