UNPKG

node-sp-auth-nocolors

Version:

Unattended SharePoint http authentication with nodejs (Without Colors)

12 lines 687 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HostingEnvironment = void 0; var HostingEnvironment; (function (HostingEnvironment) { HostingEnvironment[HostingEnvironment["Production"] = 0] = "Production"; HostingEnvironment[HostingEnvironment["German"] = 1] = "German"; HostingEnvironment[HostingEnvironment["China"] = 2] = "China"; HostingEnvironment[HostingEnvironment["USGovernment"] = 3] = "USGovernment"; HostingEnvironment[HostingEnvironment["USDefence"] = 4] = "USDefence"; })(HostingEnvironment = exports.HostingEnvironment || (exports.HostingEnvironment = {})); //# sourceMappingURL=HostingEnvironment.js.map