mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
fix docs build
This commit is contained in:
@@ -22,7 +22,7 @@ export type Config <T extends (keyof Dependencies)[]> =
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* A small wrapper to provide type inference.
|
* A small wrapper to provide type inference.
|
||||||
* Create a Presence module which **MUST** be put in a file called presence.<language-extension>
|
* Create a Presence module which **MUST** be put in a file called presence.(language-extension)
|
||||||
* adjacent to the file where **Sern.init** is CALLED.
|
* adjacent to the file where **Sern.init** is CALLED.
|
||||||
*/
|
*/
|
||||||
export function module<T extends (keyof Dependencies)[]>
|
export function module<T extends (keyof Dependencies)[]>
|
||||||
|
|||||||
Reference in New Issue
Block a user