Skip to content

Repository files navigation


Badge DenoBadge Stars



GRAPH

Encoder / Decoder for .graph files.


Button ExamplesButton Documentation



Preview


import*asGraphfrom'https://deno.land/x/graph/mod.ts';

consttext=awaitDeno.readTextFile('Example.graph');constgraph=Graph.parse(text);

consttext=Graph.stringify(graph);awaitDeno.writeTextFile('Example.graph',text);

Releases

Contributors

Languages