mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
12 lines
199 B
JavaScript
12 lines
199 B
JavaScript
// Generated by CoffeeScript 2.0.0-alpha1
|
|
(function() {
|
|
var key, ref, val;
|
|
|
|
ref = require('./coffee-script');
|
|
for (key in ref) {
|
|
val = ref[key];
|
|
exports[key] = val;
|
|
}
|
|
|
|
}).call(this);
|