Skip to content

useskit/utils

Repository files navigation

npm version npm bundle size npm downloads GitHub package.json version forks stars License: MIT

Common tools of javascript

🛠️ Install

  • CDN Link

unpkg visit url : https://unpkg.com/@useskit/utils

<script src="https://unpkg.com/@useskit/utils"></script>
  • npm
npm install @useskit/utils

🧪 Functions

  • base data type extension
    • array
    • date
    • function
    • string
    • object
  • is functions
    • isObject
    • isPlainObject
    • isWindow
    • isElement
    • isUndefined
    • isTextNode
    • isPrimitive
    • isNumber
    • isNumeric
    • isString
    • isBoolean
    • isDate
    • isArray
    • isFunction
    • isIterable
    • isEmply
  • clone functions
    • deepClone

✍️ Usage

🧑 Author

🤝 Contributing

Contributions, issues and feature requests are welcome! issues page.

⭐️ Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2022 aipeli && UsesKit. This project is MIT licensed.


This README was generated with ❤️ by fast-readme