UNPKG

tcadif

Version:

read and write Amateur Data Interchange Format (ADIF)

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