Skip to content

Commit

Permalink
Remove unnecessary Point typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-harding committed Oct 8, 2024
1 parent 9c85057 commit 5a1927c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ import styles from "@/index.css?inline";

export * from "./drawing.js";

/**
* @typedef {Object} Point
* @property {number} x x-coordinate
* @property {number} y y-coordinate
*/

function registerInner() {
let isRegistered = false;
return function() {
Expand Down

0 comments on commit 5a1927c

Please sign in to comment.