Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "application"

Index

Variables

Const app

app: Application = {} as Application

Application prototype.

Const create

create: create = Object.create

Const setPrototypeOf

setPrototypeOf: any = Object.setPrototypeOf

Const slice

slice: slice = Array.prototype.slice

Functions

Const isPath

  • isPath(thing: any): boolean

Private tryRender

  • tryRender(view: any, options: any, callback: Function): Promise<void>
  • Try rendering a view.

    Parameters

    • view: any
    • options: any
    • callback: Function

    Returns Promise<void>

Generated using TypeDoc