UNPKG

@yookue/ts-lang-utils

Version:

Common lang utilities for typescript

3 lines 80 B
export function isPositive(value) { return value !== undefined && value > 0; }