Skip to content

gvray/briefscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

About

๐Ÿ’— javascript additional script, simpler javascript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors