annotate src/index.ts @ 133:8a30f1c9a702

trying to build a runnable dist
author drewp@bigasterisk.com
date Sat, 06 May 2023 14:10:55 -0700
parents 5a1a79f54779
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
128
5a1a79f54779 big rewrite
drewp@bigasterisk.com
parents: 107
diff changeset
1 import { StreamedGraph } from "./elements/streamed-graph/StreamedGraph";
5a1a79f54779 big rewrite
drewp@bigasterisk.com
parents: 107
diff changeset
2 import { SgSource } from "./elements/streamed-graph/SgSource";
5a1a79f54779 big rewrite
drewp@bigasterisk.com
parents: 107
diff changeset
3 import { SgView } from "./elements/streamed-graph/SgView";
3
a7ba8627a7b6 still trying to make imports work. add other files too
drewp@bigasterisk.com
parents:
diff changeset
4
128
5a1a79f54779 big rewrite
drewp@bigasterisk.com
parents: 107
diff changeset
5 export { StreamedGraph, SgSource, SgView };