UNPKG

durable-functions

Version:

Durable Functions library for Node.js Azure Functions

7 lines 209 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DurableLock = void 0; class DurableLock { } exports.DurableLock = DurableLock; //# sourceMappingURL=DurableLock.js.map