UNPKG

@foblex/utils

Version:

A comprehensive collection of utility functions and classes for TypeScript and web development, providing tools for type casting, DOM manipulation, event handling, and GUID generation.

3 lines (2 loc) 133 B
import { NumberInput } from './is-number'; export declare function castToNumber(value: NumberInput, fallbackValue?: number): number;