arb / celebrate

A joi validation middleware for Express.
MIT License
1.33k stars 66 forks source link

Removed namespace #152

Closed lbevilacqua closed 4 years ago

lbevilacqua commented 4 years ago

Removed namespace, fixed type definitions, applied some TSLint, separated celebrate() options in their own interfaces, fixed CelebrateError definition.

codecov-io commented 4 years ago

Codecov Report

Merging #152 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #152   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          68     68           
  Branches       11     11           
=====================================
  Hits           68     68

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 d0a1b86...8b7ad2d. Read the comment docs.

arb commented 4 years ago

Thank you @lbevilacqua!