UNPKG

@hazae41/phobos

Version:

Modern and minimalist testing library for the web

16 lines (13 loc) 265 B
'use strict'; class Call { params; result; time; constructor(params, result, time = new Date()) { this.params = params; this.result = result; this.time = time; } } exports.Call = Call; //# sourceMappingURL=call.cjs.map