veliovgroup / flow-router

🚦 Carefully extended flow-router for Meteor
https://packosphere.com/ostrio/flow-router-extra
BSD 3-Clause "New" or "Revised" License
201 stars 30 forks source link

Allow null values when setting params #108

Closed zodern closed 5 months ago

zodern commented 5 months ago

The params and query params allow null values to exclude a key when they are stringified. This PR updates the types to support that.