Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 491 Bytes

File metadata and controls

29 lines (19 loc) · 491 Bytes

document-definitions

Node module for document-definitions

API

id the id for requested document definition language the language for the document definition, defaults to no_nb

Usage

$ npm i @vtfk/document-definitions
const getDD = require('@vtfk/document-definitions')
const dd = getDD('brevmal', 'no_nn')
const pdfDefinition = dd(data)

Definitions

License

MIT