Skip to content

SeanMcP/share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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)