UNPKG

@azure/core-lro

Version:

Isomorphic client library for supporting long-running operations in node.js and browser.

5 lines 437 B
export { createHttpPoller } from "./http/poller.js"; export { CancelOnProgress, OperationState, OperationStatus, PollerLike, RestorableOperationState, OperationConfig, } from "./poller/models.js"; export { ResourceLocationConfig, RunningOperation, OperationResponse, RawResponse, RawRequest, CreateHttpPollerOptions, } from "./http/models.js"; export { deserializeState } from "./poller/operation.js"; //# sourceMappingURL=index.d.ts.map