UNPKG
@mtdt.temp/browser-core
Version:
latest (6.19.3)
6.19.3
6.19.2
6.19.1
6.19.0
Datadog browser core utilities.
github.com/mtdt-temp/browser-rum-sdk
mtdt-temp/browser-rum-sdk
@mtdt.temp/browser-core
/
esm
/
tools
/
getGlobalObject.d.ts
5 lines
(4 loc)
•
134 B
TypeScript
View Raw
1
2
3
4
5
/** * inspired by https://mathiasbynens.be/notes/globalthis */
export
declare
function
getGlobalObject<T = typeof globalThis>(): T;