UNPKG

com-tools

Version:

com-tools 提供了一些通用的工具函数;

19 lines (14 loc) 421 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [com-tools](./com-tools.md) &gt; [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 }; ```