UNPKG

tcadif

Version:

read and write Amateur Data Interchange Format (ADIF)

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