@eoussama/core
    Preparing search index...

    @eoussama/core

    Common JavaScript/TypeScript utilities for Node.js and browser environments.

    Core provides a set of reusable utilities to streamline development in JavaScript and TypeScript projects. It is designed to be lightweight, modular, and easy to integrate into any codebase.

    Using pnpm:

    pnpm add @eoussama/core
    

    Or with npm:

    npm install @eoussama/core
    

    Or with yarn:

    yarn add @eoussama/core
    

    Import and use the utilities in your project:

    // ESM
    import { someUtility1 } from "@eoussama/core";



    // CommonJS
    const { someUtility2 } = require("@eoussama/core");

    Refer to the documentation for a full API reference.

    • pnpm build – Build the package
    • pnpm test – Run tests with coverage
    • pnpm lint – Lint the codebase
    • pnpm fix – Lint and auto-fix issues
    • pnpm docs – Generate documentation