Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

typescript d ts meaning

The "d.ts" file is used to provide typescript type information about an API that's written in JavaScript. The idea is that you're using something like jQuery or underscore, an existing javascript library. You want to consume those from your typescript code.
 
PREVIOUS NEXT
Tagged: #typescript #ts #meaning
ADD COMMENT
Topic
Name
3+3 =