Skip to content

Instantly share code, notes, and snippets.

@luiscarbonell
Created August 6, 2019 02:51
Show Gist options
  • Save luiscarbonell/4b8d24d9cd9395340cfe1a95ff67bcbf to your computer and use it in GitHub Desktop.
Save luiscarbonell/4b8d24d9cd9395340cfe1a95ff67bcbf to your computer and use it in GitHub Desktop.
const uid = require("cuid");
function Neuron() {
// Code here...
}
module.exports = Neuron;
@luiscarbonell
Copy link
Author

+ neuron.v0.0.0.js
+ Dependencies - third-party libraries (i.e. borrowing some code)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment