Module: utilities/module
Enumerations
Classes
References
module
Renames and re-exports Module
Functions
buildAddonProxy
▸ buildAddonProxy<TObj
, TNoProxy
>(accessor
, thing
, name
, overrides
, access_warnings?
, no_proxy?
): TNoProxy
extends true
? ProxyHandler
<TObj
> : TObj
Type parameters
Name | Type |
---|---|
TObj | extends object |
TNoProxy | extends boolean = false |
Parameters
Name | Type |
---|---|
accessor | null | Module <"" , ModuleEvents > |
thing | TObj |
name | string |
overrides | Record <string , any > |
access_warnings? | Record <string , string | boolean > |
no_proxy? | TNoProxy |
Returns
TNoProxy
extends true
? ProxyHandler
<TObj
> : TObj