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