plugin-tls
Version:
plugin-tls 是插件系统相应的工具,可快速地让任何模块具备插件机制
14 lines (8 loc) • 534 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [plugin-tls](./plugin-tls.md) > [ClassExtenderPrivateMember](./plugin-tls.classextenderprivatemember.md) > [\_constructors](./plugin-tls.classextenderprivatemember._constructors.md)
## ClassExtenderPrivateMember.\_constructors property
保存扩展类自定义的构建函数
**Signature:**
```typescript
readonly _constructors: ((this: InstanceType<C>, ...args: ConstructorParameters<C>) => void)[];
```