vr-shopxo-uniapp/node_modules/hls.js/src/utils/global.ts

3 lines
138 B
TypeScript

/** returns `undefined` is `self` is missing, e.g. in node */
export const optionalSelf = typeof self !== 'undefined' ? self : undefined;