Move to Typescript.
This commit is contained in:
parent
34618860a4
commit
ac964ddd3f
16 changed files with 482 additions and 119 deletions
4
src/model/Coordinates.ts
Normal file
4
src/model/Coordinates.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export default interface Coordinates {
|
||||
x: number,
|
||||
y: number
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue