mirror of
https://github.com/sern-handler/website
synced 2026-06-27 18:22:22 +00:00
535 B
535 B
editUrl, next, prev, title
| editUrl | next | prev | title |
|---|---|---|---|
| false | false | false | init |
init(
maybeWrapper):void
Parameters
• maybeWrapper: Wrapper | "file"
Options to pass into sern. Function to start the handler up
Returns
void
Since
1.0.0
Example
Sern.init({
commands: 'dist/commands',
events: 'dist/events',
})