UNPKG
@oselvar/c4
Version:
latest (0.9.1)
0.9.1
0.9.0
0.8.0
0.7.1
0.7.0
0.6.0
0.5.0
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
0.0.5
0.0.4
0.0.3
Test helpers for Cloudflare Workers
github.com/oselvar/c4
oselvar/c4
@oselvar/c4
/
dist
/
generators
/
index.d.ts
7 lines
(4 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{ C
as
C4Model }
from
'../C4Model-C1kukjQy.js'
;
declare
function
toStructurizr
(
model
: C4Model
):
string
;
declare
function
toLikeC4
(
model
: C4Model
):
string
;
export
{ toLikeC4, toStructurizr };