@nightgale/tools
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @nightgale/tools

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

36.6 kB

Total Files

17

Last publish

Collaborators

  • nightgale