UNPKG

postel-ita

Version:

Library to create files compatible with italian Poste Postel system

12 lines 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Footer { constructor() { this.recordCount = 0; } result() { return `@E${this.recordCount}\n`; } } exports.default = Footer; //# sourceMappingURL=Footer.js.map