0.0.2 • Published 2 years ago

funny-joke v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.0.1

2 years ago