UNPKG

pmarket-cli

Version:
15 lines 366 B
export class CancelAllStrategy { polymarketService; constructor(polymarketService) { this.polymarketService = polymarketService; } async execute() { try { await this.polymarketService.cancelAll(); } catch (e) { console.error(e); } } } //# sourceMappingURL=cancel-all-strategy.js.map