Andrew's Digital Garden
Topic - ts
Related:
[[js]]
#topic-page
Referred in
Topic - languages
ts-morph vs jscodeshift
Ambient in Typescript
Barrel files in Javascript
Utility types in Typescript
Template literal types in Typescript
Index signatures
Discriminated unions in Typescript
Checking a variable is undefined with typeof
HTMLElement and other element types
`React.ComponentType<T>` accepts generics
Use `unknown` over `any` in Typescript
Digital Garden
Nullish coalescing operator (??)
Default exports in JS
Parameters with default values
String literal union type vs enums
Import attributes
How I use Obsidian
What to name the component props interface in React?
Publishing Typescript npm packages
`Record` utility type in Typescript
Using JSDoc with Typescript
Indexed access types
Void vs Undefined in Typescript
Type predicates in Typescript
Distributive Omit & Pick
Typescript (previously) can't narrow using `const` variables
Typescript const assertion
Radix's asChild prop, and other styling APIs
Extract Utility Type
Listing files with Typescript
Typescript function overloads
The `object` type in Typescript
Prettify intersection types in Typescript
Use case for template literal types in Typescript
Typescript Type-only imports
Tips for ts-morph
`typeof` type operator in Typescript
The satisfies operator in Typescript
Topic - js
Declaration files in Typescript
Using `keyof typeof` in Typescript
Narrowing in Typescirpt
Types vs Interfaces in Typescript
`keyof` type operator in Typescript
`ReactNode` vs `ComponentType`
Getting the value of a array or mapped type in Typescript
Template String Types as Discriminants
String is not assignable to type
Strict null checks in Typescript
Generics in Typescript
Typescript Path Aliases
Optional properties vs undefined union in Typescript
Literal types in Typescript
Unions, intersections, and extending interfaces
How to declare iterable union types
Mapped types
Dependency cruiser
Triple slash directives in Typescript
`Array<T>` vs `T[]`
Topic - ts