Skip to main content
Module

x/hex/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/mod.ts";
const { ServiceType } = di.containers;

Members

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