typescriptlang.org
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
Package Information
- Domain:
typescriptlang.org
- Name:
typescriptlang.org
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install tsc
Programs
This package provides the following executable programs:
tsc
Aliases
This package can also be accessed using these aliases:
tsc
Available Versions
Show all 13 versions
5.8.3
,5.8.2
,5.7.3
,5.7.2
,5.6.3
5.6.2
,5.5.4
,5.5.3
,5.5.2
,5.4.5
5.4.4
,5.4.3
,5.4.2
Latest Version: 5.8.3
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +typescriptlang.org@5.8.3 -- $SHELL -i
Dependencies
This package depends on:
nodejs.org^20
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.typescriptlangorg
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.