UNPKG

@hazae41/phobos

Version:

Modern and minimalist testing library for the web

9 lines (7 loc) 195 B
declare class Call<P extends Array<unknown>, R> { readonly params: P; readonly result: R; readonly time: Date; constructor(params: P, result: R, time?: Date); } export { Call };