Skip to content

Instantly share code, notes, and snippets.

@pfftdammitchris
Created January 16, 2026 04:24
Show Gist options
  • Select an option

  • Save pfftdammitchris/ba67b1d0232d03908e2f810e4abb7b68 to your computer and use it in GitHub Desktop.

Select an option

Save pfftdammitchris/ba67b1d0232d03908e2f810e4abb7b68 to your computer and use it in GitHub Desktop.
The Power of TypeScript's Satisfies Operator - snippet-25.ts
const theme = {
primary: '#3b82f6',
secondary: '#10b981',
} as const satisfies Record<string, string>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment