UNPKG

diagrams-js

Version:

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

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