UNPKG

@writ/utils

Version:
9 lines (6 loc) 126 B
'use strict'; // obj is isInteger function isInteger(n) { return Number.isInteger(n) } module.exports = isInteger;