UNPKG

@onesy/utils

Version:
12 lines (11 loc) 327 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const getEnvironment = () => { if (typeof self !== 'undefined') return self; if (typeof window !== 'undefined') return window; if (typeof global !== 'undefined') return global; }; exports.default = getEnvironment;