List Question
20 TechQA 2024-02-25T16:52:55.553000How to auto generate d.ts file for a variable in a .ts file?
19 views
Asked by Raghavan Vidhyasagar
What's the difference between declaring a variable and a namespace in a TypeScript declaration file
65 views
Asked by user2248702
How to write path resolutions for assets that require declarations and open the implementation
179 views
Asked by fengelhardt
Override default lib type in ambient declaration
110 views
Asked by user22140643
Preserve comments for mapped types in d.ts
383 views
Asked by Andrew Zolotukhin
Are circular references ok in .d.ts files?
269 views
Asked by Yevgeniy P
Derive or infer function argument names and types from object type
338 views
Asked by Arthur_J
How can I add type declarations to a local non-JavaScript file?
261 views
Asked by Jonas Schade
Return type of function properties in typescript declaration
403 views
Asked by p10ben
Sequelize - Writing model types with .d.ts - everything is optional?
302 views
Asked by asportnoy
Why can't an export and a module declaration exist in the same TypeScript declaration file?
177 views
Asked by Jody Heavener
TypeError: Cannot redefine property of extended Array declaration
843 views
Asked by Antonio Santoro
Add typings of react-table library to the build using rollup
404 views
Asked by K.Shikha
what typescript type would an anonymous function be?
8.9k views
Asked by ryanve
How can I extend Module declarations exported from @types/node?
515 views
Asked by Hiroki Osame
Bundling of .d.ts declarations of external modules
1.4k views
Asked by usimon
Problem with Typescript generic conditional types and runtime typing
124 views
Asked by TimF
Typescript declaration for Node module package
162 views
Asked by Tobias Madsen