UNPKG

@academyjs/rover

Version:

Rover allows you to learn programming interactively.

10 lines 265 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Initialize a new `Pending` error with the given message. */ function Pending(message) { this.message = message; } exports.default = Pending; //# sourceMappingURL=pending.js.map