We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e992031 commit badc3daCopy full SHA for badc3da
HISTORY.md
@@ -1,3 +1,8 @@
1
+unreleased
2
+==========
3
+
4
+ * Fix JSDoc for `Router` constructor
5
6
1.3.2 / 2017-09-24
7
==================
8
index.js
@@ -48,7 +48,7 @@ module.exports.Route = Route
48
/**
49
* Initialize a new `Router` with the given `options`.
50
*
51
- * @param {object} options
+ * @param {object} [options]
52
* @return {Router} which is a callable function
53
* @public
54
*/
0 commit comments