let message;
message = 'test';
let endsWithM = (<string>message).endsWith('m');
Created
April 4, 2019 03:58
-
-
Save ivankisyov/df541a9f2797e324784507eba5d5ab85 to your computer and use it in GitHub Desktop.
[TS] type assertions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment