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.
8f7eb4d
Fix case where "/" path on optional-param pattern returned incorrect object: 89249a1, e102317
"/"
let def = parse('/:foo?'); // Previously exec('/', def); //=> { foo: '/' } // Now (correct) exec('/', def); //=> {}
Docs: Fix incorrect API description for exec method (thanks @viko16): 88ae85e
exec