Files
mermaid/src/diagrams/flowchart/d3.js

16 lines
154 B
JavaScript

/* global window */
/*var d3;
if (require) {
try {
d3 = require('d3');
} catch (e) {}
}
if (!d3) {
d3 = window.d3;
}
module.exports = d3;*/