UNPKG

diagrams-js

Version:

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

2 lines (1 loc) 240 B
import{Node as e}from "../../index.js";function t(o,r){let n=e(o??"Onprem",r);return n["~provider"]="onprem",n["~iconDir"]="onprem",n}function i(o,r){let n=t(o??"Onprem",r);return n["~icon"]="onprem.png",n}export{i as Onprem,t as _Onprem};