Skip to content

Commit

Permalink
chore: fix some typings
Browse files Browse the repository at this point in the history
but not all
  • Loading branch information
tuner committed Jan 9, 2024
1 parent 70e4c02 commit 0c74510
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spec-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ function getGeometricZoomBound(intervalCount) {
*
* @param {Map<object, import("./index.js").ParsedFile>} files
* @param {string} [genomeName]
* @returns {import("@genome-spy/core/spec/root.js").RootSpec}
*/
export default function createSpec(files, genomeName) {
const getData = /** @param {object} key */ (key) => {
Expand Down

0 comments on commit 0c74510

Please sign in to comment.