Skip to content

Instantly share code, notes, and snippets.

@Eunomiac
Eunomiac / realTypeOf.js
Created February 22, 2024 19:11
realTypeOf() --- Enhanced JavaScript type checker extending typeof with precise definitions for numbers, objects, functions, and more.
/**
* @module realTypeOf
* @version 1.0.0
* @date 2024-02-22
* @author Ryan West ("Eunomiac")
* @discord Eunomiac#8172
* @github https://github.com/Eunomiac
* @codepen https://codepen.io/eunomiac
*
* @description This module provides enhanced type determination functionalities for JavaScript values.