UNPKG

diagrams-js

Version:

A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code

2 lines (1 loc) 219 B
import{Node as s}from "../../index.js";function t(o,r){let n=s(o??"Aws",r);return n["~provider"]="aws",n["~iconDir"]="aws",n}function i(o,r){let n=t(o??"Aws",r);return n["~icon"]="aws.png",n}export{i as Aws,t as _Aws};