awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesStrict Empty Object Constraints

Utilities that enforce a type to be a strictly empty plain object.

Distinct from Empty Value Validations: Unlike general empty value validation, this specifically prohibits arrays, primitives, or any properties in an object.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Strict Empty Object Constraints. Refine with filters or upvote what's useful.

Awesome Strict Empty Object Constraints GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • sindresorhus/type-festAvatar sindresorhus

    sindresorhus/type-fest

    17,233Vezi pe GitHub↗

    type-fest is a library of reusable utility types for performing complex transformations and validations on objects, arrays, strings, and numeric ranges in TypeScript. It provides a collection of type definitions designed to handle advanced structural changes and constraints. The project distinguishes itself by offering specialized logic for string literal processing, such as casing transformations and pattern-based modifications, and type-level arithmetic for calculating numeric ranges and absolute values. It also includes utilities for enforcing deep immutability, ensuring union mutual exclu

    Restricts a value to be a strictly empty plain object, preventing arrays, primitives, or properties.

    TypeScriptnpm-packagetypestypescript
    Vezi pe GitHub↗17,233
  • sadanandpai/javascript-code-challengesAvatar sadanandpai

    sadanandpai/javascript-code-challenges

    4,451Vezi pe GitHub↗

    Acest repository este o colecție de provocări de programare JavaScript și un ghid cuprinzător pentru interviuri. Oferă implementări de referință și exemple educaționale concepute pentru a ajuta dezvoltatorii să stăpânească fundamentele limbajului și să se pregătească pentru interviuri tehnice. Proiectul acoperă o gamă largă de implementări specializate, inclusiv tipare de programare funcțională precum currying și aplicarea parțială, precum și tipare asincrone pentru controlul concurenței. Include, de asemenea, exemple practice de manipulare a Document Object Model (DOM) și implementarea structurilor de date comune, cum ar fi stivele și cozile. În linii mari, colecția acoperă caracteristici avansate ale limbajului, implementări de tipare de design și manipularea structurilor de date. Adresează o suprafață care include programarea asincronă, interacțiunea cu DOM-ul, tipare de creație orientate pe obiecte și operațiuni primitive de nivel scăzut.

    JavaScript capability to check if an object contains no own properties and is not a specialized object.

    MDXchallengescoding-interviewfrontend
    Vezi pe GitHub↗4,451
  1. Home
  2. Software Engineering & Architecture
  3. Runtime Value Validation
  4. Empty Value Validations
  5. Strict Empty Object Constraints

Explorează sub-etichetele

  • Object Emptiness ChecksUtilities for verifying if an object contains no own enumerable properties. **Distinct from Strict Empty Object Constraints:** Distinct from Strict Empty Object Constraints by focusing on the boolean check for emptiness rather than enforcing a type constraint.