As part of my work I've been using a library of functions for biological sequence manipulation written in typescript and compiled to js. I'd like to package these and make them available--what's the best practice for exports. Right now I'm importing all the modules into index and then exporting them--basically passing them through. Is this OK or is there a better way to do it? I'd like it to be convenient for other users and just basically follow standard practice so I'd appreciate any suggestions.
Submitted January 03, 2020 at 06:55PM by OhhhhhSHNAP
No comments:
Post a Comment