Skip to main content
Home

Built and signed on GitHub Actions

This module contains typed definitions of uniclass codes.

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
5 months ago (0.1.5)

This package contains typed Uniclass definitions (allowing the type checker to ensure that an Uniclass code is correct) as well as the definitions of each Uniclass code.

import * as uniclass from "@threadway/uniclass";
// Print the title associated with a given uniclass code.
console.log(uniclass.UNICLASS[uniclass.TE_70_50_40]);

Examples

Example 1

import * as uniclass from "@threadway/uniclass";

console.log(uniclass.UNICLASS[uniclass.TE_70_50_40]);
Built and signed on
GitHub Actions

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:@threadway/uniclass

Import symbol

import * as uniclass from "@threadway/uniclass";
or

Import directly with a jsr specifier

import * as uniclass from "jsr:@threadway/uniclass";

Add Package

pnpm i jsr:@threadway/uniclass
or (using pnpm 10.8 or older)
pnpm dlx jsr add @threadway/uniclass

Import symbol

import * as uniclass from "@threadway/uniclass";

Add Package

yarn add jsr:@threadway/uniclass
or (using Yarn 4.8 or older)
yarn dlx jsr add @threadway/uniclass

Import symbol

import * as uniclass from "@threadway/uniclass";

Add Package

vlt install jsr:@threadway/uniclass

Import symbol

import * as uniclass from "@threadway/uniclass";

Add Package

npx jsr add @threadway/uniclass

Import symbol

import * as uniclass from "@threadway/uniclass";

Add Package

bunx jsr add @threadway/uniclass

Import symbol

import * as uniclass from "@threadway/uniclass";