vendor directory

This commit is contained in:
2019-09-29 19:47:00 -05:00
parent c9b2854faa
commit 81d2278ac8
10384 changed files with 1089068 additions and 1 deletions
@@ -0,0 +1,14 @@
returnNull = -> null
returnTrue = () -> true
square = (x) -> x * x
npmWishlist.sha256 = (str) ->
throw new Error()
str.split(" ").map((m) -> m.charCodeAt(0))
fs.readFile("package.json", "utf-8", (err, content) ->
data = JSON.parse(content)
data.version
)