UNPKG

d2lang-js

Version:

An unofficial interface for building D2 diagram files in javascript

8 lines (7 loc) 111 B
enum Direction { TO = "->", FROM = "<-", BOTH = "<->", NONE = "--" } export default Direction;