Skip to content

Commit

Permalink
refactor: 🚨 hide wasm work
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed May 16, 2023
1 parent ff98aa0 commit a372498
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/dist
/lib
/src/sgp4/asc
6 changes: 4 additions & 2 deletions src/sgp4/sgp4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4111,8 +4111,10 @@ class Sgp4 {
*/
}

// #endregion Private Static Methods (7)
// Invjday
/*
* #endregion Private Static Methods (7)
* Invjday
*/
}

export { Sgp4 };

0 comments on commit a372498

Please sign in to comment.