CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/npm-typescript

TypeScript is a language for application-scale JavaScript development with optional static typing and powerful compiler APIs

Pending
Overview
Eval results
Files

utilities.mddocs/types/

Type Utilities

Type analysis utilities and helper functions.

Type Utilities

Type utilities are primarily accessed through the TypeChecker interface. See Type Checker for the main API.

Additional utility functions for working with types:

// Type classification helpers (via TypeChecker)
interface TypeChecker {
  isArrayType(type: Type): boolean;
  isTupleType(type: Type): boolean;
  isArrayLikeType(type: Type): boolean;
  // ... see type-checker.md for full API
}

See Type Checker for complete type analysis APIs and Types and Symbols for type and symbol interfaces.

Install with Tessl CLI

npx tessl i tessl/npm-typescript

docs

index.md

tile.json