UNPKG

65 BJavaScriptView Raw
1export const isNegative = (x) => typeof x === "number" && x < 0;