node-semver
node-semver copied to clipboard
[FEATURE?] - Test if exact release (no wildcards)
When processing version requests I have a case where we're manually checking to see if the version string includes a wildcard character and branching to a different flow.
Would it be reasonable to have a function like isStatic to do that test internally with all supported wildcards? It seems like something I would expect to exist, but I haven't seen it.