UNPKG

@thi.ng/checks

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