UNPKG

diet

Version:

A tiny, fast and modular node.js web framework. Good for making fast & scalable apps and apis.

6 lines 123 B
module.exports = function($){ $.test = {}; $.test.version = 'v1.0'; $.test.message = 'hello'; $.return(); }