Module

x/alosaur/mod.ts>Singleton

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
function Singleton
import { Singleton } from "https://dotland.deno.dev/x/alosaur@v0.37.0/mod.ts";

Class decorator factory that registers the class as a singleton within the global container.

Returns

(target: constructor<T>) => void

The class decorator