tiny-answer
v1.0.0
Published
Answer to the Ultimate Question of Life, the Universe, and Everything.
Downloads
8
Maintainers
Keywords
Readme
tiny-answer
Answer to the Ultimate Question of Life, the Universe, and Everything.
Usage
import getAnswer from 'tiny-answer';
getAnswer()
.then((answer) => { // it won't take too long, I promise
console.log(answer); // 42
});