Files
buuh/index.js
T

9 lines
145 B
JavaScript
Raw Normal View History

2016-05-10 23:23:33 +07:00
const assert = require('assert')
module.exports = choo
// A framework for creating solid web applications
// null -> null
function choo () {
}