probot
    Preparing search index...

    Type Alias ApplicationFunctionOptions

    type ApplicationFunctionOptions = {
        cwd?: string;
        getRouter?: (path?: string) => express.Router;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    cwd?: string
    getRouter?: (path?: string) => express.Router