1.3.5 • Published 9 months ago
@ryanuo/utils v1.3.5
Overview
@ryanuo/utils is a powerful utility library that provides a variety of practical helper functions across multiple domains such as algorithms, browser operations, network requests, and more, aiming to boost development efficiency.
- AI Module: Provides utility functions related to artificial intelligence to aid AI development.
- Algorithm Module: Contains implementations of commonly used algorithms for quick integration.
- Browser Module: Offers utility functions for browser environments to simplify DOM manipulation and event handling.
- Node.js Module: Specifically designed utility functions for Node.js environment to enhance productivity.
- Finance Module: Includes utility functions relevant to financial calculations suitable for finance-related scenarios.
- Graphics Module: Provides utility functions related to graphics processing ideal for image and graphic development.
- Network Module: Contains utility functions for network requests and data processing to streamline network operations.
- Common Module: Provides general-purpose foundational utility functions applicable in various scenarios.
Installation
Install using npm:
npm install @ryanuo/utilsInstall using pnpm:
pnpm add @ryanuo/utilsInstall using yarn:
yarn add @ryanuo/utilsUsage
// Module to be used in both browser and Node environments
import { /* shared utility functions */ } from '@ryanuo/utils'
// Module to be used only in Node environment
// Note: This module includes functionalities specifically designed for Node, such as file operations, network requests, etc.
import { /* Node-specific utility functions */ } from '@ryanuo/utils/node'Available Utilities
Below are the module categories available in the utility library:
License
1.3.5
9 months ago
1.3.4
10 months ago
1.3.3
10 months ago
1.3.2
10 months ago
1.2.9
10 months ago
1.2.8
10 months ago
1.2.7
10 months ago
1.2.6
10 months ago
1.2.4
10 months ago
1.2.3
10 months ago
1.2.2
10 months ago
1.1.0
10 months ago
1.0.9
10 months ago
1.0.8
10 months ago
1.0.7
10 months ago
1.0.5
10 months ago
1.0.3
10 months ago
1.0.2
10 months ago
1.0.1
10 months ago
0.1.1
10 months ago