Skip to main content
Home

The char package contains function to work with characters such as isUpper, isLower, isDigit, toLower, toUpper, isWhiteSpace, isAscii, isLatin1

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
70%
Published
8 months ago (0.2.0)
variable CHAR_AT

Type

64

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:@gnome/char

Import symbol

import { CHAR_AT } from "@gnome/char/constants";
or

Import directly with a jsr specifier

import { CHAR_AT } from "jsr:@gnome/char/constants";

Add Package

pnpm i jsr:@gnome/char
or (using pnpm 10.8 or older)
pnpm dlx jsr add @gnome/char

Import symbol

import { CHAR_AT } from "@gnome/char/constants";

Add Package

yarn add jsr:@gnome/char
or (using Yarn 4.8 or older)
yarn dlx jsr add @gnome/char

Import symbol

import { CHAR_AT } from "@gnome/char/constants";

Add Package

npx jsr add @gnome/char

Import symbol

import { CHAR_AT } from "@gnome/char/constants";

Add Package

bunx jsr add @gnome/char

Import symbol

import { CHAR_AT } from "@gnome/char/constants";