UNPKG

cotracking

Version:

A JavaScript library with TypeScript support for tracking orders through Correios(BR)

11 lines 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Order = /** @class */ (function () { function Order(order, tracks) { this.order = order; this.tracks = tracks; } return Order; }()); exports.default = Order; //# sourceMappingURL=Order.js.map