Pinned Loading
-
-
-
-
vscode-settings-install
vscode-settings-install Publicinstalls vscode settings.json, keybinding.json, and extensions; for band new installs of vscode
Shell 1
-
Recursive Type Example
Recursive Type Example 1type DeepReadonlyObject<T> = { readonly [K in keyof T]: DeepReadonly<T[K]> };
23type DeepReadonly<T> = T extends (infer E)[] ?
4ReadonlyArray<ReadonlyArray<DeepReadonlyObject<E>>> :
5T extends object ? DeepReadonlyObject<T> :
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.