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
/
ast
/
helpers.d.ts
4 lines
(3 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
import
{ autouml }
from
"../../typings/typings"
;
declare
function
from_node_modules
(
t
: autouml.mapping.
ITSType
|
string
):
boolean
;
export
{ from_node_modules };