mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 02:07:56 +00:00
@pezkuwi/x-global
A cross-environment global object. checks for global > self > window > this.
Install it via yarn add @pezkuwi/x-global
import { xglobal } from '@pezkuwi/x-global';
console.log(typeof xglobal.TextEncoder);