Skip to content

Instantly share code, notes, and snippets.

@luiscarbonell
Created August 12, 2019 14:34
Show Gist options
  • Save luiscarbonell/ed73e79ace8f9e7cccfab9f91f0912d8 to your computer and use it in GitHub Desktop.
Save luiscarbonell/ed73e79ace8f9e7cccfab9f91f0912d8 to your computer and use it in GitHub Desktop.
const uid = require("cuid");
const Neuron = require("./neuron");
function Group() {
// Code here...
}
module.exports = Group;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment