Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/node_modules.2/core-js/internals/
Upload File :
Current File : /home/infinitibizsol/.trash/node_modules.2/core-js/internals/to-big-int.js

'use strict';
var toPrimitive = require('../internals/to-primitive');

var $TypeError = TypeError;

// `ToBigInt` abstract operation
// https://tc39.es/ecma262/#sec-tobigint
module.exports = function (argument) {
  var prim = toPrimitive(argument, 'number');
  if (typeof prim == 'number') throw new $TypeError("Can't convert number to bigint");
  // eslint-disable-next-line es/no-bigint -- safe
  return BigInt(prim);
};

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists