UNPKG

app-root-path

Version:

Determine an app's root path from anywhere inside the app

4 lines (3 loc) 92 B
'use strict'; var lib = require('./lib/app-root-path.js'); module.exports = lib(__dirname);