UNPKG

melosys-kodeverk

Version:

Dictionary of kode/term objects for use with associated melosys projects

18 lines (16 loc) 256 B
'use strict'; /** * Kodeverk/yrkesgrupper * @module */ var yrkesgrupper = [{ kode: 'SOKKEL_ELLER_SKIP', term: null }, { kode: 'FLYENDE_PERSONELL', term: null }, { kode: 'ORDINAER', term: null }]; module.exports.yrkesgrupper = yrkesgrupper;