Skip to main content
Home

Built and signed on GitHub Actions

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
2 years ago (0.3.2)
namespace UnicodeCategory

Type Aliases

T
UnicodeCategory.UnicodeRange
No documentation available
T
UnicodeCategory.UnicodeRangeTable
No documentation available
T
UnicodeCategory.UnicodeSurrogateRangeTable
No documentation available

Variables

v
UnicodeCategory.Cc
No documentation available
v
UnicodeCategory.Cf
No documentation available
v
UnicodeCategory.L
No documentation available
v
UnicodeCategory.Ll
No documentation available
v
UnicodeCategory.Lm
No documentation available
v
UnicodeCategory.Lo
No documentation available
v
UnicodeCategory.Lt
No documentation available
v
UnicodeCategory.Lu
No documentation available
v
UnicodeCategory.Mc
No documentation available
v
UnicodeCategory.Me
No documentation available
v
UnicodeCategory.Mn
No documentation available
v
UnicodeCategory.Nd
No documentation available
v
UnicodeCategory.Nl
No documentation available
v
UnicodeCategory.No
No documentation available
v
UnicodeCategory.Pc
No documentation available
v
UnicodeCategory.Pd
No documentation available
v
UnicodeCategory.Pe
No documentation available
v
UnicodeCategory.Pf
No documentation available
v
UnicodeCategory.Pi
No documentation available
v
UnicodeCategory.Po
No documentation available
v
UnicodeCategory.Ps
No documentation available
v
UnicodeCategory.Sc
No documentation available
v
UnicodeCategory.Sk
No documentation available
v
UnicodeCategory.Sm
No documentation available
v
UnicodeCategory.So
No documentation available
v
UnicodeCategory.surrogateCf
No documentation available
v
UnicodeCategory.surrogateL
No documentation available
v
UnicodeCategory.surrogateLl
No documentation available
v
UnicodeCategory.surrogateLm
No documentation available
v
UnicodeCategory.surrogateLo
No documentation available
v
UnicodeCategory.surrogateLu
No documentation available
v
UnicodeCategory.surrogateMc
No documentation available
v
UnicodeCategory.surrogateMn
No documentation available
v
UnicodeCategory.surrogateNd
No documentation available
v
UnicodeCategory.surrogateNl
No documentation available
v
UnicodeCategory.surrogateNo
No documentation available
v
UnicodeCategory.surrogatePd
No documentation available
v
UnicodeCategory.surrogatePo
No documentation available
v
UnicodeCategory.surrogateSc
No documentation available
v
UnicodeCategory.surrogateSk
No documentation available
v
UnicodeCategory.surrogateSm
No documentation available
v
UnicodeCategory.surrogateSo
No documentation available
v
UnicodeCategory.Zl
No documentation available
v
UnicodeCategory.Zp
No documentation available
v
UnicodeCategory.Zs
No documentation available

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:@kgwinnup/unicode

Import symbol

import { UnicodeCategory } from "@kgwinnup/unicode";
or

Import directly with a jsr specifier

import { UnicodeCategory } from "jsr:@kgwinnup/unicode";

Add Package

pnpm i jsr:@kgwinnup/unicode
or (using pnpm 10.8 or older)
pnpm dlx jsr add @kgwinnup/unicode

Import symbol

import { UnicodeCategory } from "@kgwinnup/unicode";

Add Package

yarn add jsr:@kgwinnup/unicode
or (using Yarn 4.8 or older)
yarn dlx jsr add @kgwinnup/unicode

Import symbol

import { UnicodeCategory } from "@kgwinnup/unicode";

Add Package

vlt install jsr:@kgwinnup/unicode

Import symbol

import { UnicodeCategory } from "@kgwinnup/unicode";

Add Package

npx jsr add @kgwinnup/unicode

Import symbol

import { UnicodeCategory } from "@kgwinnup/unicode";

Add Package

bunx jsr add @kgwinnup/unicode

Import symbol

import { UnicodeCategory } from "@kgwinnup/unicode";