UNPKG

one-schema

Version:
4 lines (3 loc) 87 B
export function isInt32Number(x: any) { return typeof x === 'number' && x === ~~x; }