UNPKG

@hazae41/phobos

Version:

Modern and minimalist testing library for the web

14 lines (12 loc) 246 B
class Call { params; result; time; constructor(params, result, time = new Date()) { this.params = params; this.result = result; this.time = time; } } export { Call }; //# sourceMappingURL=call.mjs.map