import { Singleton } from "https://deno.land/x/alosaur@v0.1.1/src/injection/decorators/index.ts";
Class decorator factory that registers the class as a singleton within the global container.
x/alosaur/src/injection/decorators/index.ts>Singleton
import { Singleton } from "https://deno.land/x/alosaur@v0.1.1/src/injection/decorators/index.ts";
Class decorator factory that registers the class as a singleton within the global container.