@bluelibs/runner - v6.3.1
    Preparing search index...

    Variable runtimeSourceConst

    runtimeSource: {
        hook(id: string): RuntimeCallSource;
        resource(id: string): RuntimeCallSource;
        resourceMiddleware(id: string): RuntimeCallSource;
        runtime(id: string): RuntimeCallSource;
        task(id: string): RuntimeCallSource;
        taskMiddleware(id: string): RuntimeCallSource;
    } = ...

    Factory helpers for creating runtime call-source records.

    Type Declaration