A collection of utility functions designed to simplify and speed up development tasks in JavaScript and TypeScript projects.
npm install @estarlincito/utilsA collection of utility functions designed to simplify and speed up development tasks in JavaScript and TypeScript projects.
- Simplified HTTP request handling with apiFetch.
- Easy clipboard management with clipMaster.
- Flexible form data handling with formZed.
- Automatic metadata generation with generateMetadata.
- Custom error handling with handleError.
- Pagination support with pagination.
- Quick environment check with isDev.
- Object key removal with removeKeys.
Install the package using pnpm, npm, or yarn:
``sh``
pnpm add @estarlincito/utilsor
npm install @estarlincito/utilsor
yarn add @estarlincito/utils
This project is licensed under the MIT License - see the LICENSE file for details.
Author: Estarlin R (estarlincito.com)