UNPKG

tcadif

Version:

read and write Amateur Data Interchange Format (ADIF)

16 lines (12 loc) 295 B
'use strict'; const FieldDef = require('./FieldDef'); class QSLMSG_RCVD extends FieldDef { constructor() { super({ fieldName: 'QSLMSG_RCVD', dataType: 'MultilineString', dataTypeIndicator: 'M', }); } } module.exports = QSLMSG_RCVD;