UNPKG

coke

Version:

A full stack MVC framework that speeds up your web development.

10 lines (7 loc) 186 B
var fs = require( 'fs' ); module.exports = function ( full_name ){ var path = HELPER_DIR + '/' + full_name + '.js'; return fs.existsSync( path ) ? require( path ) : {}; };