UNPKG
m_throttle
Version:
latest (1.0.0)
1.0.0
节流/防抖
m_throttle
/
README.md
5 lines
(3 loc)
•
129 B
Markdown
View Raw
1
2
3
4
5
#
this is throttle AND debounce methonds;
#
# npm install m_throttle --save;
#
## import {throttle,debounce} from m_throttle;