♻️ switching to typescript

This commit is contained in:
2019-12-06 20:33:06 +01:00
parent 08e1cb221f
commit 38d8357ecc
40 changed files with 1048 additions and 764 deletions

2
src/index.ts Normal file
View File

@@ -0,0 +1,2 @@
export {default as Graph} from './graph'
export {default as Node} from './nodes/Node';