UNPKG

@neurosity/sdk

Version:
5 lines (4 loc) 163 B
const self = this; export const isMaybeWebWorkerContext = () => { return self && (self === null || self === void 0 ? void 0 : self.document) === undefined; };