1.1.0 • Published 3 years ago

@axiasolar-js/x-global v1.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

@axiasolar-js/x-global

A cross-environment global object. checks for global > self > window > this.

Install it via yarn add @axiasolar-js/x-global

import { xglobal } from '@axiasolar-js/x-global';

console.log(typeof xglobal.TextEncoder);