import { DelayedConstructor } from "https://deno.land/x/alosaur@v0.24.1/src/injection/lazy-helpers.ts";
Constructors
new
DelayedConstructor(wrap: () => constructor<T>)Methods
private
createHandler(delayedObject: () => T): ProxyHandler<object>createProxy(createObject: (ctor: constructor<T>) => T): T