diff src/index.ts @ 53:601a604c097a

new module with getStringValue
author drewp@bigasterisk.com
date Mon, 13 Jan 2020 00:06:36 -0800
parents b8e5850acca0
children 6933336a8fae
line wrap: on
line diff
--- a/src/index.ts	Thu Jan 09 00:34:05 2020 -0800
+++ b/src/index.ts	Mon Jan 13 00:06:36 2020 -0800
@@ -7,6 +7,7 @@
 import { StreamedGraphClient } from "./streamed_graph_client";
 
 import style from "./style.styl";
+export * from "./graph_queries";
 
 export interface VersionedGraph {
   version: number;