all-is-right-in-the-world
v1.0.1
Published
Verifies the world is still working
Downloads
1
Readme
AllIsRightInTheWorld
Verifies the world is still working
It's important to know that your application will work properly. As we make technological advancements, we never know what dimension we may be running in. This ensures that your application will still work outside the normal laws of our world.
Installation
npm install all-is-right-in-the-world --save
Or don't
Example
import allIsRightInTheWorld from 'all-is-right-in-the-world';
import isThirteen = 'is-thirteen';
function isReallyThirteen(number) {
return allIsRightInTheWorld() && isThirteen(number);
}