Effection Logo

Experimental

This API is exported from effection/experimental and may change or be removed in a future release.

function createApi

thefrontside/effection

function createApi<A extends {}>(name: string, core: A): Api<A>

Type Parameters

A extends {}

Parameters

name: string

core: A

Return Type

Api<A>