Skip to main content
Home

Built and signed on GitHub Actions

Works with
This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score100%
Publisheda year ago (1.1.0)

A static code analysis tool for JavaScript and TypeScript.

interface StatRecord

The interface representing a return value from stats.

Properties

The name of the metric.

The short name of the metric. This can be used for display in a table for example.

At what level does the statistic apply to.

The count of the number of items detected in the file/module.

The threshold used for determining the score.

How "toxic" where if any item exceeded the threshold, the score would be at least 1, where the value is the statistic divided by the threshold.

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:@higher-order-testing/nocuous

Import symbol

import { type StatRecord } from "@higher-order-testing/nocuous";
or

Import directly with a jsr specifier

import { type StatRecord } from "jsr:@higher-order-testing/nocuous";

Add Package

pnpm i jsr:@higher-order-testing/nocuous
or (using pnpm 10.8 or older)
pnpm dlx jsr add @higher-order-testing/nocuous

Import symbol

import { type StatRecord } from "@higher-order-testing/nocuous";

Add Package

yarn add jsr:@higher-order-testing/nocuous
or (using Yarn 4.8 or older)
yarn dlx jsr add @higher-order-testing/nocuous

Import symbol

import { type StatRecord } from "@higher-order-testing/nocuous";

Add Package

vlt install jsr:@higher-order-testing/nocuous

Import symbol

import { type StatRecord } from "@higher-order-testing/nocuous";

Add Package

npx jsr add @higher-order-testing/nocuous

Import symbol

import { type StatRecord } from "@higher-order-testing/nocuous";

Add Package

bunx jsr add @higher-order-testing/nocuous

Import symbol

import { type StatRecord } from "@higher-order-testing/nocuous";