UNPKG

@thi.ng/checks

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