UNPKG

110 BJavaScriptView Raw
1require('coffee-script')
2var creek = require('./creek')
3for(var key in creek) {
4 exports[key] = creek[key]
5}