view modules/foo.js @ 1:ab09b8a10876

Added trivial half-baked implementation of securable modules.
author Atul Varma <varmaa@toolness.com>
date Wed, 09 Sep 2009 21:09:39 -0700
parents
children b6f9d743a2b5
line wrap: on
line source

exports.bar = function bar() {
  print('hay!');
};