/
home
/
techb158
/
balavpn.abdallabala.com
/
node_modules
/
es-to-primitive
/
helpers
/
/home/techb158/balavpn.abdallabala.com/node_modules/es-to-primitive/helpers
mkdir
upload
Name
Size
Mode
Actions
isPrimitive.js
320
0666
edit
dl
rm
Edit:
/home/techb158/balavpn.abdallabala.com/node_modules/es-to-primitive/helpers/isPrimitive.js
(320B)
'use strict'; /** @import { primitive } from '../' */ /** @import { primitiveES5 } from '../es5' */ /** @type {<T extends primitive | primitiveES5>(value: unknown) => value is T} */ module.exports = function isPrimitive(value) { return value === null || (typeof value !== 'function' && typeof value !== 'object'); };
Save
cmd:
run