Files
verify/frontend/node_modules/d3-transition/src/selection/interrupt.js
Mohamed Mathar Irfan ed6610d5d8 Initial project upload
2026-07-28 17:57:02 +05:30

8 lines
141 B
JavaScript

import interrupt from "../interrupt.js";
export default function(name) {
return this.each(function() {
interrupt(this, name);
});
}