Synclets logoSynclets

createSynclet

Essential

The createSynclet function wires the provided components, functions, and options into a Synclet.

createSynclet<Depth, DataConnectorType, MetaConnectorType>(
  components?: SyncletComponents<Depth, DataConnectorType, MetaConnectorType>,
  implementations?: SyncletImplementations<Depth>,
  options?: SyncletOptions,
): Promise<Synclet<Depth, DataConnectorType, MetaConnectorType>>
TypeDescription
components?SyncletComponents<Depth, DataConnectorType, MetaConnectorType>
implementations?SyncletImplementations<Depth>
options?SyncletOptions
returnsPromise<Synclet<Depth, DataConnectorType, MetaConnectorType>>

Since

v0.0.0