.D.TS Estensione file

TypeScript Declaration File

Sviluppatore Microsoft
Popolarità
3.4  |  5 Voti
 

Che cos'è un file D.TS?

A D.TS file is a declaration file used by a TypeScript program. It contains a description of objects and functions contained in an associated JavaScript library. It allows a TypeScript program to use a JavaScript API.

Maggiori informazioni

Screenshot di un file .d.ts in Microsoft Visual Studio Code
File D.TS aperto in Microsoft Visual Studio Code

TypeScript is a JavaScript variant developed and maintained by Microsoft. It uses static type checking to check programs for errors before running them. When a TypeScript program is compiled, it is compiled to JavaScript, making it easier for web browsers to run.

Developers creating TypeScript programs may want to access APIs written in plain JavaScript. To do so, the developer must create a D.TS file that declares that API's objects and functions. They can then add the API's .JS file as a source for their TypeScript program, alongside the corresponding D.TS file.

Come aprire un file D.TS

You can open and edit a D.TS file with Microsoft Visual Studio Code (multiplatform), GitHub Atom (multiplatform), or any other text or source code editor.

Apri oltre 400 formati di file con File Viewer Plus.Download gratuito

Programmi che aprono o fanno riferimento ai file D.TS

Verificato da FileInfo.com

Il team di FileInfo.com ha analizzato in modo indipendente il formato file TypeScript Declaration e le app Mac, Windows, and Linux elencate in questa pagina. Il nostro obiettivo è il 100% di accuratezza e pubblichiamo solo informazioni sui tipi di file che abbiamo verificato.

Se desideri suggerire aggiunte o aggiornamenti a questa pagina, faccelo sapere.