equ-finder

0.0.1 • Public • Published

equ-finder

Equ Finder is node finder implementation using Equ

INSTALL

npm install equ-finder

USAGE

var readAndParse = require('equ').readAndParse,
    findFunctionCall = require('equ-finder').findFunctionCall,
    SCRIPT_PATH = '/path/to/anyscript.js',
    $equ = readAndParse(SCRIPT_PATH),
    functionCalls = findFunctionCall($equ)
;

console.log(functionCalls);

REQUIREMENTS

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    2

Package Sidebar

Install

npm i equ-finder

Weekly Downloads

2

Version

0.0.1

License

none

Last publish

Collaborators

  • kmnk