Created
January 28, 2019 21:35
-
-
Save chee/d41192f33c5f9bfa3b5d807fc67f72f7 to your computer and use it in GitHub Desktop.
abe's library
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports.squonge = function squonge (squimple) { | |
return `squonge squonge squonge squonge squonge ${squimple}` | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "abe-library", | |
"version": "1.0.0", | |
"description": "abe's library", | |
"main": "index.js", | |
"author": "abe <[email protected]>", | |
"license": "GPL-3.0+" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment