UNPKG

plugin-tls

Version:

plugin-tls 是插件系统相应的工具,可快速地让任何模块具备插件机制

16 lines (9 loc) 545 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [plugin-tls](./plugin-tls.md) &gt; [FormatUsePluginParameters](./plugin-tls.formatusepluginparameters.md) ## FormatUsePluginParameters type 格式化 use 方法的参数列表 **Signature:** ```typescript export type FormatUsePluginParameters<Plugin> = GetPluginOptions<Plugin> extends never | void | undefined ? [] : [GetPluginOptions<Plugin>]; ``` **References:** [GetPluginOptions](./plugin-tls.getpluginoptions.md)