Skip to content

Instantly share code, notes, and snippets.

@peterflynn
Created November 13, 2024 20:36
Show Gist options
  • Save peterflynn/694871546dcf7c2f0d3373c118bcd953 to your computer and use it in GitHub Desktop.
Save peterflynn/694871546dcf7c2f0d3373c118bcd953 to your computer and use it in GitHub Desktop.
TypeScript syntax highlighting test
function example1<T>(x: any): asserts x is T { }
function example2<T>(x: any): x is T { return true; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment