Handle<H>: H & Remotable

A type constructor for an opaque type identified by the H string. This uses an intersection type ('MyHandle' & {}) to tag the handle's type even though the actual value is just an empty object.

Type Parameters

  • H extends string

    the name of the handle

Generated using TypeDoc