UNPKG

bioinformatics-parser

Version:
9 lines (6 loc) 121 B
/* * index.js */ const fasta = require('./fasta') const fastq = require('./fastq') module.exports = { fasta, fastq }