Add Package
deno add jsr:@std/fmt
Import symbol
import { underline } from "@std/fmt/colors";
---- OR ----
Import directly with a jsr specifier
import { underline } from "jsr:@std/fmt/colors";
Add Package
npx jsr add @std/fmt
Import symbol
import { underline } from "@std/fmt/colors";
Add Package
yarn dlx jsr add @std/fmt
Import symbol
import { underline } from "@std/fmt/colors";
Add Package
pnpm dlx jsr add @std/fmt
Import symbol
import { underline } from "@std/fmt/colors";
Add Package
bunx jsr add @std/fmt
Import symbol
import { underline } from "@std/fmt/colors";