UNPKG

@eggjs/tegg-common-util

Version:
4 lines (3 loc) 127 B
export declare class ProxyUtil { static safeProxy<T extends object>(obj: T, getter: (obj: T, p: PropertyKey) => any): T; }