UNPKG

shadow-function

Version:

ioing lib - shadow Function, worker Function

9 lines (8 loc) 223 B
declare class ProxyPolify { constructor(target: object, handler: { get: Function; set: Function; }); } declare const _default: typeof ProxyPolify | ProxyConstructor; export default _default;