@seanmcp/share
v0.0.0
Published
Share your code with the world
Readme
share
🎁 Share your code with the world
Install
npm i @seanmcp/share<script src="https://unpkg.com/@seanmcp/share"></script>Use
const share = require('@seanmcp/share')
function affirmation(name) {
return `Hello ${name}; I'm glad you're here!`
}
share('affirmation', affirmation)