This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @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. |