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
/
cli
/
buildUML.d.ts
4 lines
(3 loc)
•
134 B
TypeScript
View Raw
1
2
3
4
import
{ autouml }
from
"../../typings/typings"
; declare
function
buildUML
(
options: autouml.cli.IOptions
):
void
;
export
{ buildUML };