Documentation
    Preparing search index...

    Interface ContainerBindings

    A list of known container bindings.

    interface ContainerBindings {
        ace: Kernel;
        dumper: Dumper;
        app: ApplicationService;
        logger: LoggerService;
        config: Config;
        emitter: EmitterService;
        encryption: EncryptionService;
        hash: HashService;
        server: HttpServerService;
        router: HttpRouterService;
        testUtils: TestUtils;
        repl: Repl;
    }
    Index

    Properties

    ace: Kernel
    dumper: Dumper
    config: Config
    encryption: EncryptionService
    testUtils: TestUtils
    repl: Repl