UNPKG

javascript-ctags

Version:

A command line tool for generating an extended ctags file for Javascript.

14 lines (7 loc) 187 B
"use strict"; var Module = { internalMethod: function() {} }; Module.externalMethod = function() {}; Module.prototype.prototypeMethod = function() {}; function namedFunction() {}