We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type checks can be done with -is operator, but these can get verbose for complex conditions.
-is
We should add $Assert helpers for common type checks to make these easier to author and maintain.
$Assert
The text was updated successfully, but these errors were encountered:
Added and updated helpers microsoft#635 microsoft#636
3e3d741
Added and updated helpers microsoft#635 microsoft#636 microsoft#637
303b481
Added and updated helpers #635 #636 #637 (#638)
d5b814a
BernieWhite
Successfully merging a pull request may close this issue.
Type checks can be done with
-is
operator, but these can get verbose for complex conditions.We should add
$Assert
helpers for common type checks to make these easier to author and maintain.The text was updated successfully, but these errors were encountered: