Showing 1-20 of 458,074 packages
Generate type guard functions from TypeScript interfaces
 [](https://codecov.io/gh/workadventure/ti
Guard is a type checker that aims to make type checking function arguments easier and more readable.
A simple library for implementing type guard in TypeScript.
Runtime type checking and validation (Type guard) for TypeScript
A collection of composable JavaScript runtime type predicates with TypeScript type guard declarations
TypeScript library that provides shorthand type assertions and type guard functions for multiple types.
A simple and lightweight TypeScript type guard library for runtime type validation.
Vue 3 type guard checking if ref value is not null/undefined
Generic type guards for TypeScript
- `puppeteerUniDriver` - Creates a driver for DOM element - `puppeteerUniDriverList` - Creates a driver for list of DOM elements - `isPuppeteerUniDriver` - Type-guard check if driver is of `puppeteer` type allowing use of specific methods for the driver,
- `playwrightUniDriver` - Creates a driver for DOM element - `playwrightUniDriverList` - Creates a driver for list of DOM elements - `isPlaywrightUniDriver` - Type-guard check if driver is of `dom` type allowing use of specific methods for the driver, t
TypeScript type guard utilities providing runtime type checking and validation with zero dependencies
Just function to predicate non nullable with type guard.
Type safety for your IO
Generic type guard to check if a given value is a member of enum
Advanced TypeScript type guard generator with sophisticated recursion detection, enhanced enum handling, and comprehensive utility support using guardz 1.12.1 library
Typescript package boilerplate template
A type guard library that safely validates and narrows JavaScript variables to TypeScript types. Works seamlessly in both Node.js and browser environments.
Type guard: Array.isArray(x) && x.length > 0