com-tools
Version:
com-tools 提供了一些通用的工具函数;
19 lines (14 loc) • 421 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [com-tools](./com-tools.md) > [ProxyOptions](./com-tools.proxyoptions.md)
## ProxyOptions type
**Signature:**
```typescript
export declare type ProxyOptions = {
get?: boolean,
set?: boolean,
configurable?: boolean,
enumerable?: boolean,
getDefault?: any,
setDefault?: any
};
```