PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/es-abstract/2017

Просмотр файла: IsInteger.js

'use strict';

var isInteger = require('math-intrinsics/isInteger');

// https://262.ecma-international.org/6.0/#sec-isinteger

module.exports = function IsInteger(argument) {
	return isInteger(argument);
};

Выполнить команду


Для локальной разработки. Не используйте в интернете!