UNPKG

@hypernetlabs/objects

Version:
11 lines 292 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PullAmount = void 0; class PullAmount { constructor(amount, date) { this.amount = amount; this.date = date; } } exports.PullAmount = PullAmount; //# sourceMappingURL=PullAmount.js.map