slevithan / xregexp

Extended JavaScript regular expressions
http://xregexp.com/
MIT License
3.31k stars 278 forks source link

Add non-nullable modifier to return type of functions never returning null #286

Closed vrana closed 4 years ago

vrana commented 4 years ago

Alternatively use primitive type instead of nullable boxed type.

josephfrazier commented 4 years ago

I'm not very familiar with JSDoc types, but this seems fine to me. Thanks!