UNPKG

biojs-vis-sequence

Version:
15 lines (12 loc) 326 B
if (typeof biojs === 'undefined') { module.exports = biojs = {} } if (typeof biojs.vis === 'undefined') { biojs.vis = {} } biojs.vis.sequence = require('./'); // legacy code - only add if absolutely needed if (typeof Biojs === 'undefined') { module.exports = Biojs = {} } Biojs.Sequence = require('./');