mirror of
https://gitlab.silvrtree.co.uk/martind2000/frontexpress.git
synced 2025-01-13 01:35:07 +00:00
23 lines
291 B
Markdown
23 lines
291 B
Markdown
|
# Frontexpress
|
||
|
|
||
|
|
||
|
## frontexpress()
|
||
|
|
||
|
Create a frontexpress application.
|
||
|
|
||
|
**Returns**: `Application`, the application
|
||
|
|
||
|
|
||
|
## frontexpress.Router
|
||
|
|
||
|
Expose the Router constructor
|
||
|
|
||
|
**Returns**: `Router`
|
||
|
|
||
|
|
||
|
## frontexpress.Middleware()
|
||
|
|
||
|
Expose the Middleware constructor
|
||
|
|
||
|
**Returns**: `Middleware`
|