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) 141 B
export declare type BooleanInput = string | boolean | null | undefined; export declare function castToBoolean(value: BooleanInput): boolean;