Files
javascript-packages/packages/typescript-types
2025-07-14 07:56:40 +02:00
..
2025-07-14 07:56:40 +02:00
2025-07-14 07:56:40 +02:00
2025-07-14 07:56:40 +02:00

Typescript Types

A utility types library for Typescript.

Types

The types included in this library are categorized by their purpose.

Test Types

Type Description
IsAny<T> true if T is any, false otherwise (null, undefined also yield false)