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
/
wellknown.d.ts
4 lines
(3 loc)
•
142 B
TypeScript
View Raw
1
2
3
4
declare
const
wellKnownTypesArray
:
string
[];
declare
const
wellKnownTypesSet
:
Set
<
string
>;
export
{ wellKnownTypesArray, wellKnownTypesSet };