awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesInteger Validation

Validation checks to ensure numeric values are integers without decimal components.

Distinct from Runtime Value Validation: Specifically targets integer-type verification within a runtime validation context.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Integer Validation. Refine with filters or upvote what's useful.

Awesome Integer Validation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • open-circle/valibotopen-circle 的头像

    open-circle/valibot

    8,769在 GitHub 上查看↗

    Valibot is a modular, type-safe schema library for validating and parsing structural data in TypeScript environments.

    Deno Valide ensures a numeric value is an integer and rejects decimal components.

    TypeScriptbundle-sizemodularparsing
    在 GitHub 上查看↗8,769
  • sodiray/radashsodiray 的头像

    sodiray/radash

    4,845在 GitHub 上查看↗

    Radash 是一个 TypeScript 函数式实用工具库,专为数据转换、验证和工作流管理而设计。它提供了一系列类型化的辅助函数来操作数组、对象和字符串。 该项目具有用于管理 Promise、重试和并发限制的异步工作流工具包,以及一套用于验证原始类型、对象和 Promise 的布尔验证器。它还实现了函数式编程模式,如函数组合、偏函数应用和错误优先响应模式。 该库涵盖了广泛的功能,包括具有深克隆和合并的对象状态管理、复杂的数组操作和字符串格式化。它还提供了用于执行优化的工具,如速率限制和结果缓存。

    Provides a utility to check if a given value is an integer.

    TypeScriptfunctionshacktoberfestjavascript
    在 GitHub 上查看↗4,845
  • sadanandpai/javascript-code-challengessadanandpai 的头像

    sadanandpai/javascript-code-challenges

    4,451在 GitHub 上查看↗

    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

    JavaScript capability to check if a numeric value is an integer using the modulo operator.

    MDXchallengescoding-interviewfrontend
    在 GitHub 上查看↗4,451
  • go-ozzo/ozzo-validationgo-ozzo 的头像

    go-ozzo/ozzo-validation

    4,072在 GitHub 上查看↗

    ozzo-validation is a programmable data validation library for Go that verifies structs, maps, and primitive types using a declarative, rule-based approach. It functions as an interface-based validator, allowing for the recursive checking of nested data structures and custom types without the use of struct tags. The framework distinguishes itself as a context-aware validation engine, supporting the propagation of request-scoped data to rules that depend on external state. It provides extensive extensibility through custom rule definitions and the ability to override default failure text with l

    Checks if a numeric value is an exact multiple of a specified base integer.

    Gogogolangozzo
    在 GitHub 上查看↗4,072
  1. Home
  2. Software Engineering & Architecture
  3. Runtime Value Validation
  4. Integer Validation

探索子标签

  • Numeric Multiple ValidationsVerifies that a numeric value is an exact multiple of a specified base integer. **Distinct from Integer Validation:** Checks for integer multiples specifically, whereas parent handles general integer type verification