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.
1 parent 38d42ca commit 9cb68f1Copy full SHA for 9cb68f1
README.md
@@ -333,6 +333,8 @@ strings that they parse.
333
* `patch(v)`: Return the patch version number.
334
* `intersects(r1, r2, loose)`: Return true if the two supplied ranges
335
or comparators intersect.
336
+* `parse(v)`: Attempt to parse a string as a semantic version, returning either
337
+ a `SemVer` object or `null`.
338
339
### Comparison
340
0 commit comments