• Make an exo class kit for wrapping an underlying exo class, where the wrapper is a revocable forwarder

    Type Parameters

    • U extends unknown = any

    Parameters

    • zone: Zone
    • uKindName: string

      The kindName of the underlying exo class

    • uMethodNames: (string | symbol)[]

      The method names of the underlying exo class that should be represented by transparently-forwarding methods of the revocable caretaker.

    • Optional options: RevocableKitOptions<any> = {}

    Returns ((underlying) => RevocableKit<U>)

Generated using TypeDoc