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
/
errors.d.ts
5 lines
(4 loc)
•
148 B
TypeScript
View Raw
1
2
3
4
5
declare
class
tsconfigFileNotFoundError
extends
Error
{
constructor
(
baseDir
:
string
,
fileName
:
string
); } export { tsconfigFileNotFoundError };