UNPKG

@resk/core

Version:

An innovative TypeScript framework that empowers developers to build applications with a fully decorator-based architecture for efficient resource management. By combining the power of decorators with a resource-oriented design, DecorRes enhances code cla

7 lines (6 loc) 232 B
/*** Check if the value is a number @param {any} value - The value to check. @returns {boolean} - Returns true if the value is a number, false otherwise. */ export declare function isNumber(value: any): value is number;