lukeed / regexparam

A tiny (394B) utility that converts route patterns into RegExp. Limited alternative to `path-to-regexp` 🙇‍♂️
MIT License
567 stars 23 forks source link

package.json: add types to exports #22

Closed daaku closed 2 years ago

daaku commented 2 years ago

exports requires types to be specified (it won't fallback to the top-level types).

codecov-commenter commented 2 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@06a5ec3). Click here to learn what that means. The diff coverage is n/a.

@@            Coverage Diff             @@
##             master       #22   +/-   ##
==========================================
  Coverage          ?   100.00%           
==========================================
  Files             ?         1           
  Lines             ?        36           
  Branches          ?         0           
==========================================
  Hits              ?        36           
  Misses            ?         0           
  Partials          ?         0           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 06a5ec3...de97664. Read the comment docs.