feat: migrate to starlight

This commit is contained in:
DuroCodes
2024-05-06 17:15:30 -04:00
parent 767acedea7
commit bb190f2d81
15140 changed files with 2828326 additions and 35408 deletions

View File

@@ -0,0 +1,23 @@
---
editUrl: false
next: false
prev: false
title: "Init"
---
Represents an initialization contract.
Let dependencies implement this to initiate some logic.
## Methods
### init()
> **init**(): `unknown`
#### Returns
`unknown`
#### Source
[src/core/contracts/hooks.ts:7](https://github.com/sern-handler/handler/blob/91b3768e376cfe22ec37d8ab44f4e4a4dfe8a1e8/src/core/contracts/hooks.ts#L7)