Files
website/docs/api/namespaces/Sern.md
2024-01-08 18:32:17 +00:00

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',
})

Defined in

src/sern.ts:27