mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-13 16:57:54 -05:00
12 lines
196 B
JavaScript
12 lines
196 B
JavaScript
// Generated by CoffeeScript 1.3.3
|
|
(function() {
|
|
var key, val, _ref;
|
|
|
|
_ref = require('./coffee-script');
|
|
for (key in _ref) {
|
|
val = _ref[key];
|
|
exports[key] = val;
|
|
}
|
|
|
|
}).call(this);
|