UNPKG

tcadif

Version:

read and write Amateur Data Interchange Format (ADIF)

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