UNPKG

@puls-atlas/cli

Version:

The Puls Atlas CLI tool for managing Atlas projects

4 lines 132 B
import throttle from './throttle.js'; export default (callback, delay = 166) => throttle(callback, delay, { debounceMode: true });