getServiceById(id: string): unknown
Return the service identified by the specified ID.
doesServiceExist(id: string): boolean
Check if the specified service exists in the context.
getServiceById(id: string): unknown
Return the service identified by the specified ID.
doesServiceExist(id: string): boolean
Check if the specified service exists in the context.
import type Context from ".";