Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.
Fancy colorful console debugger with custom scope written in tiny TypeScript, ES module.
This module provides a way to detect the current platform where the script is running. It defines a constant platformInfo which holds the information about the current platform.
A simple utility to Check the value is number or can convert to a number, for example string ' 123 ' can be converted to 123.
Provides access to globalThis, ensuring cross-platform compatibility, including browsers (window), Node.js (global), and Web Workers (self).