Skip to main content
Module

x/diff_kit/mod.ts>DiffSubj

Deno lib that compares 2 strings and generates result like assertEquals(), also in HTML
Go to Latest
interface DiffSubj
import { type DiffSubj } from "https://deno.land/x/diff_kit@v2.0.2/mod.ts";

Properties

readonly
length: number

Methods

charCodeAt(i: number): number
slice(from: number, to: number): string