Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/hex/src/mod.ts>di.containers.ServiceType

An ecosystem delivering practices, philosophy and portability.
Go to Latest
enum di.containers.ServiceType
import { di } from "https://deno.land/x/hex@0.5.15/src/mod.ts";
const { ServiceType } = di.containers;

Members

Factory = "FACTORY"
Value = "VALUE"
ValueLazy = "VALUE_LAZY"