UNPKG

@thi.ng/checks

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