UNPKG

70 BJavaScriptView Raw
1export const isInt32 = (x) => typeof x === "number" && (x | 0) === x;