mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-01 09:29:38 +02:00
Remove native classes from TS runtime
This commit is contained in:
parent
952daf325d
commit
dca2786828
79 changed files with 7622 additions and 6703 deletions
|
|
@ -1,13 +1,21 @@
|
|||
export {
|
||||
AsyncProcessor,
|
||||
makeAsyncProcessor,
|
||||
type ConfigHandler,
|
||||
type EffectConfigHandler,
|
||||
type AsyncProcessorRuntime,
|
||||
type AsyncProcessorRuntimeOptions,
|
||||
type ProcessorConfig,
|
||||
type ProcessorRuntime,
|
||||
} from "./async-processor.js";
|
||||
export {
|
||||
FlowProcessor,
|
||||
makeFlowProcessor,
|
||||
runFlowProcessorDefinitionScoped,
|
||||
type FlowProcessorRuntime,
|
||||
type FlowProcessorRuntimeOptions,
|
||||
type FlowProcessorStartEffect,
|
||||
type MakeFlowProcessorOptions,
|
||||
} from "./flow-processor.js";
|
||||
export {
|
||||
Flow,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue