Search
Preparing search index...
The search index is not available
opine
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"application"
Module "application"
Index
Variables
app
create
set
Prototype
Of
slice
Functions
is
Path
try
Render
Variables
Const
app
app
:
Application
= {} as Application
Application prototype.
Const
create
create
:
create
= Object.create
Const
set
Prototype
Of
set
Prototype
Of
:
any
= Object.setPrototypeOf
Const
slice
slice
:
slice
= Array.prototype.slice
Functions
Const
is
Path
is
Path
(
thing
:
any
)
:
boolean
Parameters
thing:
any
Returns
boolean
Private
try
Render
try
Render
(
view
:
any
, options
:
any
, callback
:
Function
)
:
Promise
<
void
>
Try rendering a view.
Parameters
view:
any
options:
any
callback:
Function
Returns
Promise
<
void
>
Globals
"application"
app
create
set
Prototype
Of
slice
is
Path
try
Render
Generated using
TypeDoc
Application prototype.