UNPKG

diagrams-js

Version:

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

2 lines (1 loc) 233 B
import{Node as e}from "../../index.js";function u(r,o){let n=e(r??"Azure",o);return n["~provider"]="azure",n["~iconDir"]="azure",n}function s(r,o){let n=u(r??"Azure",o);return n["~icon"]="azure.png",n}export{s as Azure,u as _Azure};