@yesstudio/yes-utils
    Preparing search index...

    @yesstudio/yes-utils

    YES Utils

    A JavaScript utility library designed to streamline your code by providing reliable, easy-to-use functions for common tasks.

    YES Utils is available from the npm registry and can be installed using a package manager of your choice.

    npm install @yesstudio/yes-utils
    
    yarn add @yesstudio/yes-utils
    

    Comprehensive documentation for YES Utils, including detailed descriptions and usage examples of all available functions, is available from GitHub Pages.

    Import the desired functions from the library in your JavaScript file to start simplifying your code.

    import { isArray } from '@yesstudio/yes-utils'

    isArray([1, 2, 3])
    // => true

    Contributions are welcomed and greatly appreciated. For information on how to contribute, please refer to our contributing guidelines.