function Singletonimport { Singleton } from "https://deno.land/x/alosaur@v0.30.0/src/injection/decorators/index.ts"; Singleton<T>(): (target: constructor<T>) => voidClass decorator factory that registers the class as a singleton within the global container. Type ParametersTReturns(target: constructor<T>) => voidThe class decorator