UNPKG

ts-extras

Version:

Essential utilities for TypeScript projects

8 lines (6 loc) 174 B
/** An alternative to `Number.isInteger()` that properly acts as a type guard. @category Improved builtin @category Type guard */ export const isInteger = Number.isInteger;