1.2.0 ā€¢ Published 4 years ago

briefscript v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

briefscript

šŸ’— javascript additional script, simpler javascript.

API Reference

debounce

import { debounce } from "briefscript"
debounce(func, wait, immediate)

func is callback as wait time end

throttle

throttle(func, wait, type)

func is callback as wait time interval. type 1 time stamp, 2 timer