import { OnLoadModService } from "https://deno.land/x/sptaki@1.2.0/services/mod/onLoad/OnLoadModService.d.ts";
Constructors
new
OnLoadModService(container: DependencyContainer)Properties
protected
container: DependencyContainerMethods
registerOnLoad(): void
name: string,
onLoad: () => void,
getRoute: () => string,