UNPKG

higlass

Version:

HiGlass Hi-C / genomic / large data viewer

11 lines (10 loc) 285 B
export default api; declare namespace api { export { get }; } /** * @param {string} url * @returns {Promise<ParsedChromsizes | null>} */ declare function get(url: string): Promise<ParsedChromsizes | null>; import type { ParsedChromsizes } from '../utils/parse-chromsizes-rows';