funny-joke
v0.0.2
Published
Get a funny joke
Downloads
6
Readme
Install
npm install funny-jokeUsage
Use as ESM module
import funnyJoke from 'sleep'Use as CommonJS module
const funnyJoke = require('funny-joke')Use in browser from a script tag
<script src="https://cdn.js.../path-to-package"></script>
<script>
console.log(window.funnyJoke())
</script>