UNPKG

jsinspect-plus

Version:

Detect copy-pasted and structurally similar code. Supports ES2020 standard (and most proposed features), TS and TSX files. Using Babel 8's parser.

6 lines (5 loc) 97 B
module.exports = function debug(str) { if (process.env.DEBUG) { console.error(str); } };