(name?: string, config?: Config)
| 128 | onCreateStore(hook: (newStore: Store<any>) => any): Subscription |
| 129 | onCreateDomain(hook: (newDomain: Domain) => any): Subscription |
| 130 | createEvent<Payload>(name?: string, config?: Config): Event<Payload> |
| 131 | createEffect<Params, Done, Fail>( |
| 132 | name?: string, |
| 133 | config?: Config, |
no outgoing calls