Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add TypeScript definition to RoiManager #630

Merged
merged 3 commits into from Oct 17, 2023
Merged

Conversation

bo-carey
Copy link
Contributor

@bo-carey bo-carey commented Oct 2, 2023

No description provided.

@targos
Copy link
Member

targos commented Oct 3, 2023

@lpatiny wdyt? Should we merge for minimal typings?

@codecov
Copy link

codecov bot commented Oct 3, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (d0b4e00) 84.43% compared to head (87c221e) 84.43%.

Additional details and impacted files
@@           Coverage Diff           @@
##           legacy     #630   +/-   ##
=======================================
  Coverage   84.43%   84.43%           
=======================================
  Files         163      163           
  Lines        5698     5698           
  Branches     1424     1424           
=======================================
  Hits         4811     4811           
  Misses        790      790           
  Partials       97       97           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -328,7 +328,254 @@ export declare class Stack extends Array<Image> {
getMinImage(): Image;
}

export declare class RoiManager {}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@targos I'm believe I got everything but let me know if you notice an error. Some return types are abstract until we get additional types like Shape, etc.

@targos targos merged commit 10bec0b into image-js:legacy Oct 17, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants