Skip to main content
Home

Built and signed on GitHub Actions

A Typescript testing package for your "type tests"

This package works with Node.js, Deno, BunIt is unknown whether this package works with Cloudflare Workers, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
It is unknown whether this package works with Browsers
JSR Score
64%
Published
a month ago (0.13.2)
interface AnalysisResult

AnalysisResult

The complete result of analyzing imports across one or more files.

This structure aggregates all import data and provides multiple views:

  • File-by-file breakdown
  • Combined imports (runtime + type mixed)
  • Missing type modifiers
  • Categorized imports by structure and location

Properties

File-by-file breakdown of imports

All combined imports (runtime + type symbols mixed) found across all files

All imports with missing type modifiers found across all files

All imports categorized by structure and location

Categories include:

  • external - imports from node_modules
  • relativePeerBarrel, relativePeerNamed, etc. - internal imports

See ImportCategory for complete list.

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:@yankeeinlondon/typed-tester

Import symbol

import { type AnalysisResult } from "@yankeeinlondon/typed-tester";
or

Import directly with a jsr specifier

import { type AnalysisResult } from "jsr:@yankeeinlondon/typed-tester";

Add Package

pnpm i jsr:@yankeeinlondon/typed-tester
or (using pnpm 10.8 or older)
pnpm dlx jsr add @yankeeinlondon/typed-tester

Import symbol

import { type AnalysisResult } from "@yankeeinlondon/typed-tester";

Add Package

yarn add jsr:@yankeeinlondon/typed-tester
or (using Yarn 4.8 or older)
yarn dlx jsr add @yankeeinlondon/typed-tester

Import symbol

import { type AnalysisResult } from "@yankeeinlondon/typed-tester";

Add Package

vlt install jsr:@yankeeinlondon/typed-tester

Import symbol

import { type AnalysisResult } from "@yankeeinlondon/typed-tester";

Add Package

npx jsr add @yankeeinlondon/typed-tester

Import symbol

import { type AnalysisResult } from "@yankeeinlondon/typed-tester";

Add Package

bunx jsr add @yankeeinlondon/typed-tester

Import symbol

import { type AnalysisResult } from "@yankeeinlondon/typed-tester";