1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/lib/index.js
2010-11-01 23:58:03 -04:00

9 lines
248 B
JavaScript

(function() {
var key, val, _ref;
var __hasProp = Object.prototype.hasOwnProperty;
for (key in _ref = require('./coffee-script')) {
if (!__hasProp.call(_ref, key)) continue;
val = _ref[key];
exports[key] = val;
}
}).call(this);