plugin-tls
Version:
plugin-tls 是插件系统相应的工具,可快速地让任何模块具备插件机制
16 lines (9 loc) • 452 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [plugin-tls](./plugin-tls.md) > [GetPluginOptions](./plugin-tls.getpluginoptions.md)
## GetPluginOptions type
获取插件的选项类型
**Signature:**
```typescript
export type GetPluginOptions<Plugin> = Plugin extends IPlugin<any, infer Options> ? Options : never;
```
**References:** [IPlugin](./plugin-tls.iplugin.md)