@luckrya/utility
v0.1.1
Published
A practical library of JavaScript tool functions extracted and summarized at work
Downloads
144
Readme
English | 简体中文
Installing
$ pnpm add @luckrya/utility
Features
- 💄 Written and tested using TypeScript, which means you won't have any problems with custom types.
- 🫂 Can be used for JavaScript applications on both client (web browser) and server (eg node.js).
- 🍇 Contains more than 30 functions that handle different aspects of the problem.(Constantly Updating!)
- 🥊 High test coverage
- 🧩 Support for building smaller products
Usage
// ESM / Typescript
import { isBoolean } from "@luckrya/utility";
// CommonJS
const { isBoolean } = require("@luckrya/utility");
Documentation
The documentation of this package is hosted at https://luckrya.github.io/utility/en/