ExperimentalThis API is exported from effection/experimental and may change or be removed in a future release.function createApithefrontside/effectionfunction createApi<A extends {}>(name: string, core: A): Api<A>Type Parameters A extends {} Parameters name: string core: A Return Type Api<A>