UNPKG

@gmod/cram

Version:

read CRAM files with pure Javascript

5 lines (4 loc) 258 B
import type { GenericFilehandle } from 'generic-filehandle2'; declare function open(maybeUrl?: string, maybePath?: string, maybeFilehandle?: GenericFilehandle): GenericFilehandle; export { open }; export { LocalFile, RemoteFile } from 'generic-filehandle2';