UNPKG

tcadif

Version:

read and write Amateur Data Interchange Format (ADIF)

16 lines (12 loc) 317 B
'use strict'; const FieldDef = require('./FieldDef'); class QRZCOM_QSO_UPLOAD_DATE extends FieldDef { constructor() { super({ fieldName: 'QRZCOM_QSO_UPLOAD_DATE', dataType: 'Date', dataTypeIndicator: 'D', }); } } module.exports = QRZCOM_QSO_UPLOAD_DATE;