typeanalyser
Provides type detection and analysis for ANY Javascript object (including custom types) in any environment, even where native operators falter.
Provides type detection and analysis for ANY Javascript object (including custom types) in any environment, even where native operators falter.
A modern TypeScript library designed to reduce boilerplate for tagged unions, also known as discriminated unions. This library is also an implementation of algebraic data types
A simple library for implementing type guard in TypeScript.
Type-guards, casts and converts unknowns into typed values
TypeScript predicates and assertions library
The definitive JavaScript type testing functions
Simple typechecker for custom type guards
TypeScript utilities
Collection of validation functions for JavaScript data
Typescript package boilerplate template
provides few helpers to create type guards
Check if a value is a plain object, with TypeGuard.
A simple TypeScript library providing type guards for the primitive types in JavaScript.
Runtime type guard generator for TypeScript. Create validators for objects, arrays, tuples and unions with automatic type inference. 3x faster than io-ts with zero dependencies.
Typescript package boilerplate template
Runtime type checking library for TS & JS
TypeScript predicates library
TypeScript predicates library
A set of type guards for TypeScript
Type guard based on exclude