All Projects → Rich-Harris → the-answer

Rich-Harris / the-answer

Licence: MIT License
The answer to the question of life, the universe and everything

Programming Languages

javascript
184084 projects - #8 most used programming language

the-answer

The answer to the question of life, the universe and everything.

Installation

npm install --save the-answer

Usage

const answer = require( 'the-answer' );
console.log( 'the answer is ' + answer );

Really?

Yes — I needed a simple module to demonstrate how to import npm packages into Rollup bundles. In particular, this package exposes both a main (UMD format) and module (ES2015 format) in its package.json.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].