import { Container } from "https://deno.land/x/sptaki@1.2.0/di/Container.d.ts";
Handle the registration of classes to be used by the Dependency Injection code
Static Methods
registerListTypes(depContainer: DependencyContainer): void
registerPostLoadTypes(container: DependencyContainer, childContainer: DependencyContainer): void
registerTypes(depContainer: DependencyContainer): void