UNPKG

@taqtile/nodenab

Version:

Uma biblioteca para remessa e retorno de arquivos 400 e 240 do padrão cnab

8 lines (7 loc) 1.12 kB
'use strict';var _createClass = function () {function defineProperties(target, props) {for (var i = 0; i < props.length; i++) {var descriptor = props[i];descriptor.enumerable = descriptor.enumerable || false;descriptor.configurable = true;if ("value" in descriptor) descriptor.writable = true;Object.defineProperty(target, descriptor.key, descriptor);}}return function (Constructor, protoProps, staticProps) {if (protoProps) defineProperties(Constructor.prototype, protoProps);if (staticProps) defineProperties(Constructor, staticProps);return Constructor;};}();function _classCallCheck(instance, Constructor) {if (!(instance instanceof Constructor)) {throw new TypeError("Cannot call a class as a function");}}module.exports = function () { function IntercambioBancarioFileAbstract() {_classCallCheck(this, IntercambioBancarioFileAbstract); this._model = null; }_createClass(IntercambioBancarioFileAbstract, [{ key: 'generate', value: function generate( path) { throw new Error('You have to implement the method generate!'); } }]);return IntercambioBancarioFileAbstract;}();