UNPKG

app-root

Version:

Find the entry-point/root file of a front-end application

11 lines (8 loc) 206 B
// root var fs = require('fs'), path = require('path'), exec = require('child_process').exec, http = require('http'), // Makes this the root a = require('./a'); console.log('Booyah');