probot
Preparing search index...
types
ApplicationFunctionOptions
Type Alias ApplicationFunctionOptions
type
ApplicationFunctionOptions
=
{
cwd
?:
string
;
getRouter
?:
(
path
?:
string
)
=>
express.Router
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
cwd?
get
Router?
Properties
Optional
cwd
cwd
?:
string
Optional
get
Router
getRouter
?:
(
path
?:
string
)
=>
express.Router
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cwd
get
Router
probot
Loading...