Add Package
deno add jsr:@iroha/core
Import symbol
import { type EnumCodecSchema } from "@iroha/core/codec";
---- OR ----
Import directly with a jsr specifier
import { type EnumCodecSchema } from "jsr:@iroha/core/codec";
Add Package
npx jsr add @iroha/core
Import symbol
import { type EnumCodecSchema } from "@iroha/core/codec";
Add Package
yarn dlx jsr add @iroha/core
Import symbol
import { type EnumCodecSchema } from "@iroha/core/codec";
Add Package
pnpm dlx jsr add @iroha/core
Import symbol
import { type EnumCodecSchema } from "@iroha/core/codec";
Add Package
bunx jsr add @iroha/core
Import symbol
import { type EnumCodecSchema } from "@iroha/core/codec";