UNPKG

node-sagas

Version:

Library for handling distributed transactions in the microservices architecture

5 lines (4 loc) 130 B
import { SagaBuilder } from "./saga-builder"; export declare class SagaBuilderFactory { createBuilder<T>(): SagaBuilder<T>; }