UNPKG
@pnp/common
Version:
beta (2.5.0-beta2)
latest (2.15.0)
2.15.0
2.14.0
2.13.0
2.12.0
2.11.0
2.10.0
2.9.0
2.8.0
2.7.0
2.6.0
2.5.0
2.5.0-beta2
2.5.0-beta1
2.5.0-beta0
2.4.0
2.3.1-beta0
2.3.0
2.2.0
2.1.1
2.1.1-beta0
2.1.0
2.1.0-beta9
2.1.0-beta8
2.1.0-beta7
2.1.0-beta6
2.1.0-beta5
2.1.0-beta4
2.1.0-beta3
2.1.0-beta2
2.1.0-beta11
2.1.0-beta10
2.1.0-beta1
2.1.0-beta0
2.0.13
2.0.12
2.0.11
2.0.10
2.0.10-beta2
2.0.10-beta
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.2-5
2.0.2-4
2.0.2-3
2.0.2-2
2.0.2-1
2.0.2-0
2.0.1-3
2.0.1-2
2.0.1-1
2.0.1-0
2.0.0
2.0.0-19
2.0.0-18
2.0.0-17
2.0.0-16
2.0.0-15
2.0.0-14
2.0.0-13
2.0.0-12
2.0.0-11
2.0.0-10
2.0.0-8
2.0.0-7
2.0.0-6
2.0.0-5
2.0.0-4
2.0.0-3
2.0.0-2
2.0.0-1
2.0.0-0
1.3.11
1.3.10
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.2-0
1.3.1
1.3.1-2
1.3.1-1
1.3.0
1.2.10-5
1.2.10-4
1.2.10-3
1.2.10-1
1.2.10-0
1.2.9
1.2.8
1.2.8-4
1.2.8-3
1.2.8-2
1.2.8-1
1.2.8-0
1.2.7
1.2.6
1.2.6-0
1.2.5
1.2.4
1.2.4-2
1.2.3
1.2.2
1.2.2-1
1.2.2-0
1.2.1
1.2.0
1.1.5-5
1.1.5-4
1.1.5-3
1.1.5-2
1.1.5-1
1.1.5-0
1.1.4
1.1.3
1.1.3-1
1.1.2
1.1.2-2
1.1.2-1
1.1.2-0
1.1.1
1.1.0
1.0.5
1.0.5-1
1.0.5-0
1.0.4
1.0.4-4
1.0.4-3
1.0.4-2
1.0.4-1
1.0.4-0
1.0.3
1.0.3-0
1.0.2
1.0.1
1.0.0
1.0.0-rc.0
1.0.0-beta.11
1.0.0-beta.10
1.0.0-beta.7
1.0.0-beta.6
1.0.0-beta.5
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
pnp - provides shared functionality across all pnp libraries
github.com/pnp/pnpjs
@pnp/common
/
safe-global.d.ts
10 lines
•
298 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
IGlobal
{
_spPageContextInfo
?: {
webAbsoluteUrl
?:
string
;
webServerRelativeUrl
?:
string
; };
location
?:
string
;
fetch
(
url
:
string
,
options
:
any
):
Promise
<
Response
>; }
export
declare
const
safeGlobal
:
IGlobal
;
//# sourceMappingURL=safe-global.d.ts.map