Created
October 18, 2022 07:15
-
-
Save privateOmega/ace9a60b08a0001add56c868d1aac78e to your computer and use it in GitHub Desktop.
const assertions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ref: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-4.html | |
| const status = ['on', 'off'] as const; | |
| type status = typeof status[number]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment