UNPKG

103 BJavaScriptView Raw
1var xhr = require('xhr')
2var Dog = require('./dog')
3
4exports.foo = function () {
5 console.log('foo')
6}
\No newline at end of file