Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

sho-js-tools

sho-f11ISC1.0.2

常见的js工具函数自实现

sho

readme

手写常见js函数工具

array-常见方法
object-创建对象,合并对象,类型判断,深浅拷贝
string-回文判断,翻转字符串
bind,apply等的实现,节流防抖
addEventListener事件绑定
ajax请求疯转
EventBus事件总线
PubSub广播简单实现