Word list
Code: TypeScript
TypeScript-specific syntax — interfaces, generics, utility types, type guards. Pairs well with the JavaScript list.
- interface
- type
- enum
- namespace
- declare
- module
- abstract
- readonly
- public
- private
- protected
- static
- extends
- implements
- keyof
- typeof
- infer
- never
- unknown
- any
- void
- null
- undefined
- string
- number
- boolean
- object
- Array
- Promise
- Record
- Partial
- Required
- Pick
- Omit
- Exclude
- Extract
- Awaited
- ReturnType
- Parameters
- async
- await
- import
- export
- default
- from
- as
- const
- let
- var
- function
- class
- new
- this
- super
- return
- yield
- if
- else
- for
- while
- switch
- case
- break
- continue
- try
- catch
- finally
- throw
- instanceof
- in
- of
- =>
- <T>
- <K,
- V>
- T[]
- string[]
- number[]
- Promise<T>
- extends
- keyof
- |
- &
- ?
- !.
- ??
- ?.
- |=
- &=
- ===
- !==
- <=
- >=
- >>>
- ...