# Functions
Diff takes two array of strings of arbitrary size and returns array of DiffItem.
No description provided by the author
LineDiff takes two strings and calculates diff in terms of lines that came from a or from b.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
DiffItems is array of diff items, that has useful `AsString` method which can give you a readable format.
No description provided by the author