UNPKG
autouml
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.2-dev
1.0.1
1.0.0
Autogenerate UML diagrams using d2
github.com/wilgao09/autouml
wilgao09/autouml
autouml
/
dist
/
d2
/
arrows.d.ts
4 lines
(3 loc)
•
162 B
TypeScript
View Raw
1
2
3
4
import
{ autouml }
from
"../../typings/typings"
;
declare
function
compileRelations
(
relations
: autouml.mapping.
IConnector
[]
):
string
;
export
{ compileRelations };