mirror of
https://github.com/sern-handler/website
synced 2026-06-27 02:02:23 +00:00
feat: migrate to starlight
This commit is contained in:
23
src/content/docs/api/interfaces/Init.md
Normal file
23
src/content/docs/api/interfaces/Init.md
Normal 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)
|
||||
Reference in New Issue
Block a user