plugin-tls
Version:
plugin-tls 是插件系统相应的工具,可快速地让任何模块具备插件机制
39 lines (19 loc) • 581 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [plugin-tls](./plugin-tls.md) > [ClassType](./plugin-tls.classtype.md)
## ClassType interface
类的类型、构造函数的类型
**Signature:**
```typescript
export interface ClassType<Arg extends any[] = any, Instance = any>
```
## Methods
<table><thead><tr><th>
Method
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[(new)(args)](./plugin-tls.classtype._new_.md)
</td><td>
</td></tr>
</tbody></table>