Skip to main content

Built and signed on GitHub Actions

Library for formatting text for Telegram Bot API

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
2 months ago (0.1.5)
function strikethrough
strikethrough(str: Stringable): FormattableString

Format text as strikethrough. Cannot be combined with code and pre.

Examples

Example 1

strikethrough`test`
format`test ${strikethrough(bold("GramIO"))}`
format`Format text as ${strikethrough`strikethrough`}`;

Parameters

Return Type

Add Package

deno add jsr:@gramio/format

Import symbol

import { strikethrough } from "@gramio/format";

---- OR ----

Import directly with a jsr specifier

import { strikethrough } from "jsr:@gramio/format";

Add Package

npx jsr add @gramio/format

Import symbol

import { strikethrough } from "@gramio/format";

Add Package

yarn dlx jsr add @gramio/format

Import symbol

import { strikethrough } from "@gramio/format";

Add Package

pnpm dlx jsr add @gramio/format

Import symbol

import { strikethrough } from "@gramio/format";

Add Package

bunx jsr add @gramio/format

Import symbol

import { strikethrough } from "@gramio/format";