UNPKG

71 BJavaScriptView Raw
1export const isUint32 = (x) => typeof x === "number" && x >>> 0 === x;