/
var
/
www
/
cobraambalaj
/
node_modules
/
@babel
/
runtime
/
helpers
/
toPrimitive
/
/var/www/cobraambalaj/node_modules/@babel/runtime/helpers/toPrimitive
mkdir
upload
Name
Size
Mode
Actions
index.js
583
0644
edit
dl
rm
_index.mjs
473
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/node_modules/@babel/runtime/helpers/toPrimitive/_index.mjs
(473B)
import _typeof from "@babel/runtime/helpers/typeof"; export default function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
Save
cmd:
run