T extends HermodServiceConstructor<infer Name> ? Name : never
T extends HermodServiceConstructor<infer Name> ? Name : never
Add Package
deno add jsr:@asgard/hermod
Import symbol
import { type ExtractServiceName } from "@asgard/hermod";
---- OR ----
Import directly with a jsr specifier
import { type ExtractServiceName } from "jsr:@asgard/hermod";
Add Package
npx jsr add @asgard/hermod
Import symbol
import { type ExtractServiceName } from "@asgard/hermod";
Add Package
yarn dlx jsr add @asgard/hermod
Import symbol
import { type ExtractServiceName } from "@asgard/hermod";
Add Package
pnpm dlx jsr add @asgard/hermod
Import symbol
import { type ExtractServiceName } from "@asgard/hermod";
Add Package
bunx jsr add @asgard/hermod
Import symbol
import { type ExtractServiceName } from "@asgard/hermod";