import * as rhum from "https://deno.land/x/rhum@v2.2.0/src/interfaces.ts";
Interfaces
Interface that all errors must follow. This is useful when a client wants to
throw a custom error class via | |
Interface of verifier that verifies function expression calls. | |
Interface of verifier that verifies method calls. | |
I ISpy | |
Interface for spies on function expressions. | |
Interface for spies on object methods. | |
Base interface for verifiers. |