Skip to main content
Module

x/polkadot/util/mod.ts

Package publishing for deno.land/x/polkadot
Go to Latest
import * as polkadot from "https://deno.land/x/polkadot@0.2.40/util/mod.ts";

Variables

true if the environment has proper BigInt support

true if the environment has support for Buffer (typically Node.js)

true if the environment is CJS

true if the environment has __dirname available

true if the environment is ESM

true if the environment has process available (typically Node.js)

true if the environment has WebAssembly available

Functions

A sharable identity function. Returns the input as-is with no transformation applied.

A sharable noop function. As the name suggests, does nothing