///
import * as error from "../Error/_all";
import { Consts } from "../Consts";
import { IProxy } from "./IProxy";
import { IProxyHandler, PropKey } from "./IProxyHandler";
export class ProxyES6 implements IProxy {
readonly ___id = Consts.IPROXY_ID_VALUE;
private constructor(target: T, handler: IProxyHandler) {
const p = >new Proxy(