We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bbfb44 commit 01ee69fCopy full SHA for 01ee69f
index.js
@@ -1,3 +1,5 @@
1
+// @ts-check
2
+
3
const diff = require('fast-diff');
4
5
const LINE_ENDING_RE = /\r\n|[\r\n\u2028\u2029]/;
0 commit comments