RemoteKit<R>: {
    promise: Promise<R>;
    settler: Settler;
}

Type Parameters

  • R = unknown