Add entry point

This commit is contained in:
= 2024-07-05 22:55:50 +03:00
parent 43b2a34fe7
commit c6d94f5f22
1 changed files with 2 additions and 0 deletions

2
src/index.ts Normal file
View File

@ -0,0 +1,2 @@
export { Vector2D } from "./vector2d";
export type { IVector2D } from "./types";