Add Package
deno add jsr:@gleam-tools/utils
Import symbol
import { type GleamConfig } from "@gleam-tools/utils";
---- OR ----
Import directly with a jsr specifier
import { type GleamConfig } from "jsr:@gleam-tools/utils";
Add Package
npx jsr add @gleam-tools/utils
Import symbol
import { type GleamConfig } from "@gleam-tools/utils";
Add Package
yarn dlx jsr add @gleam-tools/utils
Import symbol
import { type GleamConfig } from "@gleam-tools/utils";
Add Package
pnpm dlx jsr add @gleam-tools/utils
Import symbol
import { type GleamConfig } from "@gleam-tools/utils";
Add Package
bunx jsr add @gleam-tools/utils
Import symbol
import { type GleamConfig } from "@gleam-tools/utils";