help-typescript
Is there a way to 'extend' a primitive type like String with its own methods?
Open
how to derive object properties (keys) from parameter (array) type?
Resolved
types folder won't appear in out folder
Node
Getting the type a sibling property with a keyof another model
Resolved
React
What is the index type of this?
Resolved
How to create a constraint on an object value type?
Resolved
How to get interface from an object where its array value gets converted to union type.
Resolved
[SOLVED] typeof object to union of key values
Resolved
dictionary comprehension like in python
Resolved
Angular
How to correctly infer a keyof on an array in generic methods
Resolved
How to group several type and null check guards into a single method
Open
generic type of variable based on parameter value (boolean)
Resolved
My curry function makes the type uninferrable. Can I fix this?
Resolved
Type definition for a readonly array containing every value in a union type, but in any random order
Open
Wrapper type as a type parameter (type currying?)
Resolved
How do I overload an arrow function to return void OR Promise void depending on parameter
Resolved
Record with Value as Generic Type
How to solve this typescript error
Resolved
Newcomer to ts - 'function' keyword missing in code.
Resolved
Node
Get sourcefile from declarationfile via TSCompiler API
Open
Node
Webstorm - how to recognize custom .d.ts files
React
Node
Setting Up Typescript with Webpack React
Open
React
How to create a falsy type Pending that behaves like undefined
i am learning TS, i have a question about generic type
Resolved
sweetAlert2
Resolved
Angular
How to implement a function with multiple signatures that have different return types
Resolved
Is it possible to extend a namespace from an npm type package?
Vue
Resolved
Assignability Rules Between Generic Functions
Resolved
dynamic properties on class definition
Resolved
Node
Getting this.createMainHelp() is not a function error but it is a function.
Node
Type inference for keys and values
Open
Typescript type overload not working
Open
Node
Compiled time error coming. trying to convert javascript code to typescript
Open
React
How do I override the typings for `lib.dom.d.ts` for a browser feature?
Use an exported const object as a namespace
Node
What does destructuring an enum array as a parameter means?
Node
__dirname is not defined
Node
React.HTMLProps wrong extend?
React
How to get type of generic argument?
Typed arguments from generic that extends union
Why typescript doesn't show error
propagated types in react components
React
Destructuring function parameter objects with less words
Resolved
Adding comment to JS block using babel
Node
New to JS & TS, and very confused with how to correctly get a value from a Promise
Node
Auto-generating constants with union types
Promise Executor Type getting TS1005 and TS2344
In a jsx file, how do I add a forall generic type argument to a function?
React
ConstructorParameters of generic
Type 'number | Error' is not assignable to type 'number & { [CreationAttributeBrand]? true; }'
Node