Skip to main content
Home

@std/fmt@0.215.0

latest
It is unknown whether this package works with Node.js, Deno, Browsers, Cloudflare Workers, Bun
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Bun
JSR Score
58%
Published
a year ago (0.215.0)

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@std/fmt

Import symbol

import { bgBlue } from "@std/fmt/colors";
or

Import directly with a jsr specifier

import { bgBlue } from "jsr:@std/fmt/colors";

Add Package

pnpm i jsr:@std/fmt
or (using pnpm 10.8 or older)
pnpm dlx jsr add @std/fmt

Import symbol

import { bgBlue } from "@std/fmt/colors";

Add Package

yarn add jsr:@std/fmt
or (using Yarn 4.8 or older)
yarn dlx jsr add @std/fmt

Import symbol

import { bgBlue } from "@std/fmt/colors";

Add Package

vlt install jsr:@std/fmt

Import symbol

import { bgBlue } from "@std/fmt/colors";

Add Package

npx jsr add @std/fmt

Import symbol

import { bgBlue } from "@std/fmt/colors";

Add Package

bunx jsr add @std/fmt

Import symbol

import { bgBlue } from "@std/fmt/colors";