TeselaGen / tg-oss

Teselagen Open Source modules
https://teselagen.github.io/tg-oss/
MIT License
40 stars 17 forks source link

Export validateSequenceArray #2

Closed XingGao-PKI closed 1 year ago

XingGao-PKI commented 1 year ago

Hi @tnrich, in the old bio-parser we could import this function through
import validateSequenceArray from 'bio-parsers/lib/parsers/utils/validateSequenceArray';

But now the lib files no longer there in the built files. So add this export to index.js file

tnrich commented 1 year ago

Released in 0.1.19 @XingGao-PKI