2 个仓库
Utilities for verifying if a number exists within a specified minimum and maximum boundary.
Distinguishing note: Candidates are related to phone number validation or CLI specs, not general numeric boundary checks.
Explore 2 awesome GitHub repositories matching data & databases · Numeric Range Validators. Refine with filters or upvote what's useful.
Radash 是一个 TypeScript 函数式实用工具库,专为数据转换、验证和工作流管理而设计。它提供了一系列类型化的辅助函数来操作数组、对象和字符串。 该项目具有用于管理 Promise、重试和并发限制的异步工作流工具包,以及一套用于验证原始类型、对象和 Promise 的布尔验证器。它还实现了函数式编程模式,如函数组合、偏函数应用和错误优先响应模式。 该库涵盖了广泛的功能,包括具有深克隆和合并的对象状态管理、复杂的数组操作和字符串格式化。它还提供了用于执行优化的工具,如速率限制和结果缓存。
Provides a utility to check if a specific number falls within a defined start and end boundary.
This repository is a collection of JavaScript coding challenges and a comprehensive interview guide. It provides reference implementations and educational examples designed to help developers master language fundamentals and prepare for technical interviews. The project covers a wide array of specialized implementations, including functional programming patterns like currying and partial application, as well as asynchronous patterns for concurrency control. It also includes practical examples of Document Object Model manipulation and the implementation of common data structures such as stacks
Uses JavaScript proxies to validate if a numeric value falls within specified boundary properties.