UNPKG

tecnospeed-nfe

Version:

Emit NFe through TecnoSpeed API

13 lines (10 loc) 151 B
'use strict' class TX2 { /** * @returns {String} */ toTX2() { throw new Exception('TX2 parser not defined') } } module.exports = TX2