@nightgale/tools
v1.0.1
Published
NightGale Tools for development
Downloads
3
Readme
nge tools
通用工具类与 Vue Hooks 函数库
安装
pnpm add -D @nightgale/tools
Hooks
- useDelayedToggle(延时触发)
- useEventListener(事件注册处理)
- useFullscreen(全屏控制)
- useOutSideClick(范围外点击)
- useTimeout(定时器)
Utils
常用工具类函数
- 事件类
- composeEventHandlers
- whenTrigger
- tryOnScopeDispose
- noop
- 元素类
- unrefElement
- resolveUnref
- 类型判断
- isFunction
- isBoolean
- isNumber
- isString
- isSymbol
- isArray
- isObject
- isDate
- isRegExp
- isMap
- isSet
- isEmpty
- isIOS