init
init(
maybeWrapper
):void
Parameters
• maybeWrapper: Wrapper
| "file"
Returns
void
Since
1.0.0
Example
1Sern.init({2 commands: 'dist/commands',3 events: 'dist/events',4})
init(
maybeWrapper
):void
• maybeWrapper: Wrapper
| "file"
void
1.0.0
1Sern.init({2 commands: 'dist/commands',3 events: 'dist/events',4})