UNPKG

@jbrowse/core

Version:

JBrowse 2 core libraries used by plugins

5 lines (4 loc) 269 B
export { default } from './assemblyManager.ts'; export type { AssemblyBaseOpts } from './assemblyManager.ts'; export { default as assemblyConfigSchemaFactory } from './assemblyConfigSchema.ts'; export type { BaseAssemblyConfigSchema } from './assemblyConfigSchema.ts';