UNPKG

@thi.ng/checks

Version:
2 lines (1 loc) 65 B
export const isPositive = (x) => typeof x === "number" && x > 0;