A utility to enhance TypeScript by providing additional type utilities and transformations. Current stable version is 0.2.3, with release cadence being sporadic as it is early-stage. It differentiates by offering basic type enhancements with a focus on simplicity and sourcemap support (since 0.2.0). Suitable for small to medium projects that need lightweight type utilities without heavy dependencies.
npm install ts-vistaVerified import paths — ran on the pinned version, not inferred.
Import and use the TypeAssertion utility to safely narrow unknown types.
Upgrade TypeScript to version 4 or higher.
Update to v0.2.0+ to get sourcemap support.
Run 'npm install ts-vista' and ensure tsconfig.json includes 'node_modules' in typeRoots.
Use proper ESM import syntax: import { ... } from 'ts-vista'.No dependency data recorded yet.