internal options for the unified proxy engine
type ProxyOptions = { frozen?: boolean; lock?: boolean; appendOnly?: boolean; onGet?: (key: string | symbol, target: any) => any; keys?: (string | symbol)[]; bind?: boolean; skip?: WeakSet<object>; }
Optional
internal options for the unified proxy engine