Skip to content

Instantly share code, notes, and snippets.

@ivankisyov
Created April 4, 2019 03:58
Show Gist options
  • Save ivankisyov/df541a9f2797e324784507eba5d5ab85 to your computer and use it in GitHub Desktop.
Save ivankisyov/df541a9f2797e324784507eba5d5ab85 to your computer and use it in GitHub Desktop.
[TS] type assertions
let message;
message = 'test';

let endsWithM = (<string>message).endsWith('m');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment