UNPKG

hyphy-scope

Version:

Reusable Svelte components for HyPhy analysis visualization

5 lines (4 loc) 352 B
export type AnalysisType = 'fel' | 'meme' | 'slac' | 'busted' | 'absrel' | 'relax' | 'bgm' | 'fade' | 'gard' | 'fubar' | 'multihit'; export declare function getTestData(analysis: AnalysisType): Promise<any>; export declare function loadDataFromUrl(url: string): Promise<any | null>; export declare function loadDataFromStorage(id: string): any | null;