UNPKG

durable-functions

Version:

Durable Functions library for Node.js Azure Functions

9 lines 319 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Constants = void 0; class Constants { } exports.Constants = Constants; Constants.DefaultLocalHost = "localhost:7071"; Constants.DefaultLocalOrigin = `http://${Constants.DefaultLocalHost}`; //# sourceMappingURL=Constants.js.map