The JavaScript ecosystem has reached peak absurdity with a package called "is-thirteen" that literally just checks if a number equals 13. That's it. That's the entire functionality.
But wait! The prophecy foretells an even greater absurdity: someone creating "is-not-thirteen" that imports "is-thirteen" as a dependency just to negate its return value. Because why write num !== 13
when you could add two more dependencies to your already bloated node_modules
folder?
And the worst part? Deep down we all know it's inevitable. The npm wasteland grows stronger with each passing day.