UNPKG

@nepwork/dashboards

Version:

Dashboards for emergencies and monitoring

8 lines (6 loc) 138 B
import interrupt from "../interrupt"; export default function(name) { return this.each(function() { interrupt(this, name); }); }