- prepareExo<M>(baggage, kindName, interfaceGuard, methods, options?): Guarded<M>
Type Parameters
- M extends Record<PropertyKey, CallableFunction>
Parameters
- baggage: Baggage
- kindName: string
- interfaceGuard: undefined | InterfaceGuard
- methods: M & ThisType<{
self: RemotableObject & M;
}> Optional
options: DefineKindOptions<{
self: M;
}> = undefined
Returns Guarded<M>
methods