@alwatr/is-number
A simple utility to Check the value is number or can convert to a number, for example string ' 123 ' can be converted to 123.
A simple utility to Check the value is number or can convert to a number, for example string ' 123 ' can be converted to 123.
`localJsonStorage` is a utility object in our TypeScript package that provides methods for interacting with the local storage in a structured and versioned manner.
Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.
Build/bundle tools for ECMAScript, TypeScript, and JavaScript libraries. It's easy to use, doesn't require any setup, and adheres to best practices. It has no dependencies and uses esbuild for enhanced performance.
Enhanced fetch API with cache strategy, retry pattern, timeout, helper methods and enhanced types.
The `flat-string` function flattens the underlying C structures of a concatenated JavaScript string.
A utility for creating promises that can be externally resolved or rejected.
This TypeScript module provides a cross-platform alternative to `globalThis` named `globalScope`. This object works across different environments, including browsers (`window`), Node.js (`global`), and Web Workers (`self`).
Provides access to `globalThis`, ensuring cross-platform compatibility, including browsers (`window`), Node.js (`global`), and Web Workers (`self`).
Essential HTTP utilities for TypeScript, including types for HTTP methods, status codes, and headers.
Convert the String of number of the source language to the destination language.
Comprehensive toolkit for managing asynchronous operations.
A queue that executes async tasks in order like mutex and semaphore methodology for javascript and typescript.
A package manager helper tool for debug list of defined (imported) packages in your ecosystem and prevent to duplicate import (install) multiple versions of the same package in your project (deduplicate packages).
Clone deeply nested objects and arrays in JavaScript.
Comprehensive toolkit for managing asynchronous operations.
Alwatr ECMAScript Style Guide as a ESLint shareable configurations.
A utility for registering exit handlers in Node.js.
Necessary library for all ECMAScript (JavaScript/TypeScript) projects.
Enhanced file system operations in Node.js with asynchronous queue to prevent parallel writes.