Skip to content

0.2.0

Compare
Choose a tag to compare
@jjti jjti released this 21 Jan 19:24
· 3 commits to main since this release

Full Changelog: 0.1.10...0.2.0

  • add synchronous parseFile method for parsing a file to a sequence:
import { parseFile } from "seqparse"

const part = parseFile("f.gb")
  • remove pino dependency