@tsclass/tsclass
Advanced tools
Comparing version 1.0.38 to 1.0.39
@@ -8,3 +8,3 @@ export * from './business/address'; | ||
export * from './finance/invoice'; | ||
export * from './finance/payment'; | ||
export * from './finance/transaction'; | ||
export * from './cloud/dns'; | ||
@@ -11,0 +11,0 @@ export * from './content/article'; |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./finance/payment")); | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi90cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQVVBLHVDQUFrQyJ9 | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi90cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0= |
{ | ||
"name": "@tsclass/tsclass", | ||
"version": "1.0.38", | ||
"version": "1.0.39", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "common classes for TypeScript", |
@@ -11,3 +11,3 @@ // Business | ||
export * from './finance/invoice'; | ||
export * from './finance/payment'; | ||
export * from './finance/transaction'; | ||
@@ -14,0 +14,0 @@ // Cloud |
17724
327