Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "lib/ChronoGraph/chrono/Transaction"

Index

Type aliases

SyncEffectHandler

SyncEffectHandler: <T>(effect: YieldableValue) => T & NotPromise<T>

A type for the synchronous effect handler function

Type declaration

YieldableValue

YieldableValue: Effect | Identifier | Promise<any>

A type for the value, that can be yielded as an effect.

Generated using TypeDoc