1.0.1 • Published 3 months ago

@nightgale/tools v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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
1.0.1

3 months ago