UNPKG

biojs-model

Version:
7 lines (6 loc) 126 B
module.exports = function(seq, name, id) { this.seq = seq; this.name = name; this.id = id; this.meta = {}; };