0.0.2 • Published 7 months ago

funny-joke v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Install

npm install funny-joke

Usage

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>
0.0.2

7 months ago

0.0.1

7 months ago