mirror of
https://github.com/sern-handler/website
synced 2026-07-05 14:09:45 +00:00
27 lines
526 B
Markdown
27 lines
526 B
Markdown
---
|
|
editUrl: false
|
|
next: false
|
|
prev: false
|
|
title: "makePlugin"
|
|
---
|
|
|
|
> **makePlugin**\<`V`\>(`type`, `execute`): [`Plugin`](/v3/api/interfaces/plugin/)\<`V`\>
|
|
|
|
## Type parameters
|
|
|
|
• **V** *extends* `unknown`[]
|
|
|
|
## Parameters
|
|
|
|
• **type**: [`PluginType`](/v3/api/enumerations/plugintype/)
|
|
|
|
• **execute**
|
|
|
|
## Returns
|
|
|
|
[`Plugin`](/v3/api/interfaces/plugin/)\<`V`\>
|
|
|
|
## Source
|
|
|
|
[src/core/create-plugins.ts:6](https://github.com/sern-handler/handler/blob/91b3768e376cfe22ec37d8ab44f4e4a4dfe8a1e8/src/core/create-plugins.ts#L6)
|