Skip to main content
Home

@std/internal@1.0.12
Built and signed on GitHub Actions

Works with
This package works with Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun
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
This package works with Browsers
JSR Score100%
Downloads127,207/wk
Published3 months ago (1.0.12)

INTERNAL: The internal package for @std. Do not use this directly.

Functions

f
assertFp

Asserts that the value is a FarthestPoint. If not, an error is thrown.

f
backTrace

Creates an array of backtraced differences.

f
createCommon

Creates an array of common elements between two arrays.

f
createFp

Creates a FarthestPoint.

f
diff

Renders the differences between the actual and expected values.

Interfaces

I
FarthestPoint

Represents the farthest point in the diff algorithm.

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:@std/internal

Import symbol

import * as mod from "@std/internal/diff";
or

Import directly with a jsr specifier

import * as mod from "jsr:@std/internal/diff";

Add Package

pnpm i jsr:@std/internal
or (using pnpm 10.8 or older)
pnpm dlx jsr add @std/internal

Import symbol

import * as mod from "@std/internal/diff";

Add Package

yarn add jsr:@std/internal
or (using Yarn 4.8 or older)
yarn dlx jsr add @std/internal

Import symbol

import * as mod from "@std/internal/diff";

Add Package

vlt install jsr:@std/internal

Import symbol

import * as mod from "@std/internal/diff";

Add Package

npx jsr add @std/internal

Import symbol

import * as mod from "@std/internal/diff";

Add Package

bunx jsr add @std/internal

Import symbol

import * as mod from "@std/internal/diff";