PK

ADDRLIN : /home/questend/public_html/domains/flaxzy.com/node_modules/es-abstract/2018/
FLL :
Current File : /home/questend/public_html/domains/flaxzy.com/node_modules/es-abstract/2018/ToInt16.js

'use strict';

var ToUint16 = require('./ToUint16');

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

module.exports = function ToInt16(argument) {
	var int16bit = ToUint16(argument);
	return int16bit >= 0x8000 ? int16bit - 0x10000 : int16bit;
};


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

It looks like you found a glitch in the matrix...

← Back to Home