UNPKG

tcadif

Version:

read and write Amateur Data Interchange Format (ADIF)

16 lines (12 loc) 274 B
'use strict'; const FieldDef = require('./FieldDef'); class QSL_VIA extends FieldDef { constructor() { super({ fieldName: 'QSL_VIA', dataType: 'String', dataTypeIndicator: 'S', }); } } module.exports = QSL_VIA;