UNPKG
node-sp-auth-nocolors
Version:
latest (0.0.1)
0.0.1
Unattended SharePoint http authentication with nodejs (Without Colors)
node-sp-auth-nocolors
/
lib
/
src
/
auth
/
HostingEnvironment.d.ts
8 lines
(7 loc)
•
141 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
enum
HostingEnvironment
{
Production
=
0
,
German
=
1
,
China
=
2
,
USGovernment
=
3
,
USDefence
=
4
}