1.0.1 • Published 8 years ago

all-is-right-in-the-world v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

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);
}
1.0.1

8 years ago

1.0.0

8 years ago