import { default } from "https://deno.land/x/alosaur@v0.24.1/src/injection/decorators/singleton.ts";
Class decorator factory that registers the class as a singleton within the global container.
Returns
(target: constructor<T>) => void
The class decorator