Intuitive version management abstraction
npm install painless-version







Intuitive version management abstraction
```
npm i --save painless-version
`js
import { test } from 'painless-version';
const version = '5.3.5';
test(1.2.3 < ${version});`
// => true
Evaluate comparison string of form LHS CMP RHS where LHS and RHS areCMP
version strings and is one of <, <=, >, >=, =`.
Under the hood this uses compare-versions.
Modifies the headers object in place assuming this is a response headers object.
Updates headers deprecation and sunset
Existing headers are only overwritten if the date present is further in the future.