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 AnalysisOptions

AnalysisOptions

Options for analyzing imports across files.

Properties

optional
project: Project

The ts-morph Project instance to use for analysis. If not provided, a new project will be created.

optional
useGlob: boolean

Whether to treat file paths as glob patterns.

When true, the file paths will be matched using glob patterns and all matching files will be analyzed.

When false (default), file paths are treated as exact paths.

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 AnalysisOptions } from "@yankeeinlondon/typed-tester";
or

Import directly with a jsr specifier

import { type AnalysisOptions } 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 AnalysisOptions } 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 AnalysisOptions } from "@yankeeinlondon/typed-tester";

Add Package

vlt install jsr:@yankeeinlondon/typed-tester

Import symbol

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

Add Package

npx jsr add @yankeeinlondon/typed-tester

Import symbol

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

Add Package

bunx jsr add @yankeeinlondon/typed-tester

Import symbol

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