Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save frank-dspeed/d2f73a0bd42809bcca29610777be7a9c to your computer and use it in GitHub Desktop.
Save frank-dspeed/d2f73a0bd42809bcca29610777be7a9c to your computer and use it in GitHub Desktop.
Typescript 4.7 Issues
## Not Created issues
```js
const supportedPlatforms = /** @type {const} */ ({
"win32": "Windows",
"darwin": "Darwin",
"default": "Linux"
});
const me = supportPlatforms.default
// me: any
// should be => me: string<"Linux">
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment