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

Readme

Keywords

none

Package Sidebar

Install

npm i equ-finder

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • kmnk