cerebrate/webroot/js/node_modules/mermaid/dist/init-f9637058.js

17 lines
219 B
JavaScript

function t(e, a) {
switch (arguments.length) {
case 0:
break;
case 1:
this.range(e);
break;
default:
this.range(a).domain(e);
break;
}
return this;
}
export {
t as i
};