Skip to main content

latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
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 Bun
It is unknown whether this package works with Browsers
JSR Score
29%
Published
2 weeks ago (0.0.0)
type alias IdentifierCharacter

Definition

"!"
| "%"
| "+"
| "-"
| "0"
| "1"
| "2"
| "3"
| "4"
| "5"
| "6"
| "7"
| "8"
| "9"
| "<"
| "="
| ">"
| "A"
| "B"
| "C"
| "D"
| "E"
| "F"
| "G"
| "H"
| "I"
| "J"
| "K"
| "L"
| "M"
| "N"
| "O"
| "P"
| "Q"
| "R"
| "S"
| "T"
| "U"
| "V"
| "W"
| "X"
| "Y"
| "Z"
| "a"
| "b"
| "c"
| "d"
| "e"
| "f"
| "g"
| "h"
| "i"
| "j"
| "k"
| "l"
| "m"
| "n"
| "o"
| "p"
| "q"
| "r"
| "s"
| "t"
| "u"
| "v"
| "w"
| "x"
| "y"
| "z"

Add Package

deno add jsr:@belve/characters

Import symbol

import { type IdentifierCharacter } from "@belve/characters";

---- OR ----

Import directly with a jsr specifier

import { type IdentifierCharacter } from "jsr:@belve/characters";

Add Package

npx jsr add @belve/characters

Import symbol

import { type IdentifierCharacter } from "@belve/characters";

Add Package

yarn dlx jsr add @belve/characters

Import symbol

import { type IdentifierCharacter } from "@belve/characters";

Add Package

pnpm dlx jsr add @belve/characters

Import symbol

import { type IdentifierCharacter } from "@belve/characters";

Add Package

bunx jsr add @belve/characters

Import symbol

import { type IdentifierCharacter } from "@belve/characters";