@dwkns/the-ultimate-question
v0.0.2
Published
Gives the answer to the ultimate question.
Readme
The Answer to the Ultimate Question
Gives the answer to the ultimate question.
Installation
With npm
$ npm install @dwkns/theultimatequestion With yarn
$ yarn add @dwkns/theultimatequestion Usage
CJS
const { theAnswer } = require('@dwkns/theultimatequestion')
console.log (theAnswer)ES6
import { theAnswer } from '@dwkns/theultimatequestion'
console.log (theAnswer)