import { util } from "https://dotland.deno.dev/x/polkadot@0.2.38/mod.ts";
const { identity } = util;
A sharable identity function. Returns the input as-is with no transformation applied.
Parameters
value: T
import { util } from "https://dotland.deno.dev/x/polkadot@0.2.38/mod.ts";
const { identity } = util;
A sharable identity function. Returns the input as-is with no transformation applied.