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