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-09-21 16:53:58 +09:00

10 lines
258 B
JavaScript

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