Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ProxyConstructor

Index

Constructors

Methods

Constructors

constructor

  • new ProxyConstructor<T>(target: T, handler: ProxyHandler<T>): T

Methods

revocable

  • revocable<T>(target: T, handler: ProxyHandler<T>): { proxy: T; revoke: () => void }

Generated using TypeDoc