2.0.2 • Published 2 years ago

@vtfk/minelev-document-converter v2.0.2

Weekly downloads
182
License
MIT
Repository
github
Last release
2 years ago

JavaScript Style Guide

@vtfk/minelev-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/minelev-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/minelev-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
2.0.2

2 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago