import { FakeBuilder } from "https://deno.land/x/rhum@v2.1.0/src/fake/fake_builder.ts";
Builder to help build a fake object. This does all of the heavy-lifting to create a fake object.
Methods
create(): ClassToFake & IFake<ClassToFake>
Create the fake object.