Skip to content

Instantly share code, notes, and snippets.

@chee
Created January 28, 2019 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chee/d41192f33c5f9bfa3b5d807fc67f72f7 to your computer and use it in GitHub Desktop.
Save chee/d41192f33c5f9bfa3b5d807fc67f72f7 to your computer and use it in GitHub Desktop.
abe's library
module.exports.squonge = function squonge (squimple) {
return `squonge squonge squonge squonge squonge ${squimple}`
}
{
"name": "abe-library",
"version": "1.0.0",
"description": "abe's library",
"main": "index.js",
"author": "abe <abe@snoot.club>",
"license": "GPL-3.0+"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment