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 c}from "../../index.js";function t(o,r){let n=c(o??"Gcp",r);return n["~provider"]="gcp",n["~iconDir"]="gcp",n}function i(o,r){let n=t(o??"Gcp",r);return n["~icon"]="gcp.png",n}export{i as Gcp,t as _Gcp};