UNPKG

findex

Version:

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

7 lines (5 loc) 232 B
'use strict'; var exports = module.exports = function () { throw new Error('running findex on an entire project directory only works server side, pleas try findex.file(source) instead.'); }; exports.file = require('./lib/file');