UNPKG

blazepress

Version:

A rapid web application development platform for Node.js

12 lines (6 loc) 142 B
'use strict'; var bpfs = {}; exports.path = require( './getPath' ); exports.cwd = function() { return exports.path( process.cwd() ); };