@seanmcp/share

0.0.0 • Public • Published

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)

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @seanmcp/share

      Weekly Downloads

      1

      Version

      0.0.0

      License

      MIT

      Unpacked Size

      2.58 kB

      Total Files

      4

      Last publish

      Collaborators

      • seanmcp