annotate src/index.ts @ 127:d2580faef057

update deps
author drewp@bigasterisk.com
date Fri, 05 May 2023 21:23:44 -0700
parents 042bd3361339
children 5a1a79f54779
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
107
042bd3361339 renames
drewp@bigasterisk.com
parents: 106
diff changeset
1 import { StreamedGraph } from "./render/StreamedGraph";
3
a7ba8627a7b6 still trying to make imports work. add other files too
drewp@bigasterisk.com
parents:
diff changeset
2
106
2468f2227d22 make src/layout/ and src/render/ separation
drewp@bigasterisk.com
parents: 93
diff changeset
3 export {StreamedGraph}