steambap / koa-tree-router

high performance router for Koa
MIT License
138 stars 11 forks source link

Capitalize Node class #8

Closed lehni closed 6 years ago

lehni commented 6 years ago

This is a tiny detail, but it seems strange that the node class is declared and exported lowercased from tree.js, and then imported as capitailzed Node inside router.js

steambap commented 6 years ago

Thanks!