UNPKG

functions

Version:
9 lines (8 loc) 663 B
module.exports = { list: ["censor", "echo", "md5cracker", "nextprime", "sentiment"], censor: "https://gist.githubusercontent.com/computes/6d3659a428863dd6c5d9903c9f851a0a/raw/4a971bab2205699a5b782c04c213459008e0680f/censorfunction.js", echo: "https://gist.githubusercontent.com/computes/df86808c4a9d0a0d489a/raw/11c92b86662a4df5b5db585a1442796333bd1934/test.js", md5cracker: "https://raw.githubusercontent.com/computes/operations/master/md5cracker/index.js", nextprime: "https://raw.githubusercontent.com/computes/operations/master/nextprime/index.js", sentiment: "https://raw.githubusercontent.com/computes/operations/master/sentiment/index.js" };