mirror of
https://github.com/sern-handler/handler
synced 2026-06-27 10:12:14 +00:00
the end of sern init??
This commit is contained in:
@@ -7,10 +7,7 @@ export function makePlugin<V extends unknown[]>(
|
||||
type: PluginType,
|
||||
execute: (...args: any[]) => any,
|
||||
): Plugin<V> {
|
||||
return {
|
||||
type,
|
||||
execute,
|
||||
} as Plugin<V>;
|
||||
return { type, execute, } as Plugin<V>;
|
||||
}
|
||||
/**
|
||||
* @since 2.5.0
|
||||
|
||||
Reference in New Issue
Block a user