UNPKG

@accounter/shaam-uniform-format-generator

Version:

Fully typed application that generates, parses, and validates SHAAM uniform format tax reports (INI.TXT and BKMVDATA.TXT).

12 lines (11 loc) 275 B
"use strict"; /** * SHAAM format constants */ Object.defineProperty(exports, "__esModule", { value: true }); exports.SHAAM_VERSION = void 0; /** * SHAAM specification version identifier * Used in fields 1104 (A100) and 1154 (Z900) */ exports.SHAAM_VERSION = '&OF1.31&';