UNPKG

findex

Version:

Indexes locations of functions inside a project by the md5 hash of the function string to find them later.

5 lines (4 loc) 90 B
function foo (a, b, c) { console.log('logged from inside foo'); } module.exports = foo;