Skip to content

Instantly share code, notes, and snippets.

@privateOmega
Created October 18, 2022 07:15
Show Gist options
  • Save privateOmega/ace9a60b08a0001add56c868d1aac78e to your computer and use it in GitHub Desktop.
Save privateOmega/ace9a60b08a0001add56c868d1aac78e to your computer and use it in GitHub Desktop.
const assertions
// 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