mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
566 B
566 B
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| Sern | Namespace: Sern | Sern | 0 | null |
Functions
init
▸ init(maybeWrapper): void
Parameters
| Name | Type |
|---|---|
maybeWrapper |
Wrapper | "file" |
Returns
void
Since
1.0.0
Example
Sern.init({
commands: 'dist/commands',
events: 'dist/events',
})