UNPKG

justneat

Version:
8 lines (7 loc) 106 B
const NodeType = { unknown: 0, input: 1, hidden: 2, output: 3 } module.exports = NodeType