UNPKG

tcadif

Version:

read and write Amateur Data Interchange Format (ADIF)

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