JSPM

@polkadot/x-global

6.6.2-1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 375647
  • Score
    100M100P100Q188214F
  • License Apache-2.0

A cross-environment global replacement

Package Exports

  • @polkadot/x-global
  • @polkadot/x-global/README.md
  • @polkadot/x-global/index.d.ts
  • @polkadot/x-global/package.json
  • @polkadot/x-global/packageInfo
  • @polkadot/x-global/packageInfo.d.ts

Readme

@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);