UNPKG

graphdb-workbench

Version:
1 lines 108 B
export function debounce(e,t=300){let o;return(...u)=>{clearTimeout(o),o=setTimeout(()=>e.apply(this,u),t)}}