new
HermodService(serviceDiscovery: HermodServiceDiscovery)
abstract
serviceName: TName
The name of the service. This should be unique across all services.
HermodService(serviceDiscovery: HermodServiceDiscovery)
serviceName: TName
The name of the service. This should be unique across all services.
Add Package
deno add jsr:@asgard/hermod
Import symbol
import { HermodService } from "@asgard/hermod";
---- OR ----
Import directly with a jsr specifier
import { HermodService } from "jsr:@asgard/hermod";
Add Package
npx jsr add @asgard/hermod
Import symbol
import { HermodService } from "@asgard/hermod";
Add Package
yarn dlx jsr add @asgard/hermod
Import symbol
import { HermodService } from "@asgard/hermod";
Add Package
pnpm dlx jsr add @asgard/hermod
Import symbol
import { HermodService } from "@asgard/hermod";
Add Package
bunx jsr add @asgard/hermod
Import symbol
import { HermodService } from "@asgard/hermod";