npm.io
14.0.3 • Published 3 months ago

@polkadot/x-global

Licence
Apache-2.0
Version
14.0.3
Deps
1
Size
18 kB
Vulns
0
Weekly
0
Stars
260

@polkadot/x-global

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

Install it via yarn add @polkadot/x-global

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

console.log(typeof xglobal.TextEncoder);