UNPKG

ionic

Version:

A tool for creating and developing Ionic Framework mobile apps.

8 lines (6 loc) 172 B
#!/usr/bin/env node var detect = require('../'); var fs = require('fs'); var src = fs.readFileSync(__dirname + '/jquery.js'); var scope = detect(src); console.dir(scope);