@types/textdiff-create
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Installation

npm install --save @types/textdiff-create

Summary

This package contains type definitions for textdiff-create (https://github.com/icflorescu/textdiff-create#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/textdiff-create.

index.d.ts

declare namespace TextDiffCreate {
    type Change = [1, string] | [0, number] | [-1, number];
}
declare function TextDiffCreate(v1: string, v2: string): TextDiffCreate.Change[];
export = TextDiffCreate;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Joe Barnett.

/@types/textdiff-create/

    Package Sidebar

    Install

    npm i @types/textdiff-create

    Weekly Downloads

    427

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    3 kB

    Total Files

    5

    Last publish

    Collaborators

    • types