JS Utils Kit - v0.1.0
    Preparing search index...

    JS Utils Kit - v0.1.0

    JS Utils Kit

    npm version License

    JS Utils Kit is a compact and reliable library of essential JavaScript utility functions. It includes helpers for arrays, objects, numbers, promises, type checking, and more. Designed for performance and modularity, it integrates easily into JavaScript and TypeScript projects with minimal impact on bundle size.

    Lightweight. Dependable. Modular.

    yarn add js-utils-kit
    # or
    npm install js-utils-kit
    import * as kit from 'js-utils-kit';

    // Number utilities
    kit.number.clamp(10, 0, 100);

    // Root-level utilities
    kit.isNode();
    • Organized by category (e.g., number, string, file, etc.)
    • Fully typed with TypeScript
    • Thoroughly tested with Jest
    • Tree-shakable and supports both ESM and CJS
    • CLI-ready tools for file and system operations

    Full documentation available at GitHub Pages

    • Node.js
    • Yarn
    • TypeScript (for development)

    Contributions are welcome. Please refer to CONTRIBUTING.md for guidelines.

    MIT