Express

interface Express : ServerAgent

Interface used as the root express module, which exports a function as default value. Invoking the function returns a new ExpressApp.

Functions

Link copied to clipboard
abstract fun initialize(contextHandle: Context, phaserHandle: Phaser)

Initialize this intrinsic by passing a handle that can later be used to acquire a polyglot context. This is an internal method and should only be used by the JVM entry point.