.D.TS Přípona souboru

TypeScript Declaration File

Vývojář Microsoft
Popularita
3.4  |  5 Hlasů
 

Co je soubor 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.

Další informace

Snímek obrazovky souboru .d.ts v Microsoft Visual Studio Code
Soubor D.TS otevřený v 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.

Jak otevřít soubor 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.

Otevřete více než 400 formátů souborů pomocí File Viewer Plus.Stáhnout zdarma

Programy, které otevírají nebo odkazují na soubory D.TS

Ověřil FileInfo.com

Tým FileInfo.com nezávisle prozkoumal formát souboru TypeScript Declaration a aplikace Mac, Windows, and Linux uvedené na této stránce. Naším cílem je 100% přesnost a zveřejňujeme pouze informace o typech souborů, které jsme ověřili.

Pokud chcete navrhnout doplnění nebo aktualizaci této stránky, dejte nám vědět.