@alwatr/global-scope
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`).
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.
Extremely fast and compact JSON-based database that operates in memory, includes a JSON file backup, and serve over the highly accelerated Nginx.
Extremely fast and compact JSON-based database that operates in memory, includes a JSON file backup, and serve over the highly accelerated Nginx.
Extremely fast and compact JSON-based database that operates in memory, includes a JSON file backup, and serve over the highly accelerated Nginx.
Alwatr shared styles (lib, utils, theme, ...).
Secure authentication HOTP token generator (the HMAC-based One-Time Password algorithm) written in tiny TypeScript module.
This is a base TypeScript configuration for Alwatr projects.
Alwatr projects common entities types
Collection of useful typescript type helpers.
Alwatr UI Elements Kit
Convert the String of number of the source language to the destination language.
Util library written in tiny TypeScript module.
Simple useful validator library written in tiny TypeScript module.
Comprehensive toolkit for managing asynchronous operations.
A queue that executes async tasks in order like mutex and semaphore methodology for javascript and typescript.
A simple yet powerful TypeScript library for managing application context and facilitating efficient communication between components.
A robust generator of secure authentication HOTP tokens, employing the HMAC-based One-Time Password algorithm, accompanied by a suite of cryptographic utilities, all encapsulated within a compact TypeScript module.
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).