-
-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Description
This is a terribly stupid question...
If I have stringA "This is a stringA" and stringB "This is also a string"
How do I use the library to diff the 2 strings?
let output = "",
prettydiff = require("prettydiff"),
options = prettydiff.options;
options.source = stringA;
output = prettydiff();
How do I specify the second string (stringB) to diff against?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels