UNPKG

tcadif

Version:

read and write Amateur Data Interchange Format (ADIF)

15 lines (11 loc) 268 B
'use strict'; const FieldDef = require('./FieldDef'); class MY_USACA_COUNTIES extends FieldDef { constructor() { super({ fieldName: 'MY_USACA_COUNTIES', dataType: 'String', }); } } module.exports = MY_USACA_COUNTIES;