UNPKG

diff-match-patch-line-and-word

Version:

An extension module that adds line-mode and word-mode on diff-match-patch.

2 lines (1 loc) 88 B
export default function tokenize(text: string, callback: (word: string) => void): void;