Skip to content

Instantly share code, notes, and snippets.

@blemoine
Created March 31, 2018 20:36
Show Gist options
  • Save blemoine/99308ab02cc9433c3fd81efdb30baafb to your computer and use it in GitHub Desktop.
Save blemoine/99308ab02cc9433c3fd81efdb30baafb to your computer and use it in GitHub Desktop.
function isPositiveNumber(value: number): value is PositiveNumber {
return value > 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment