Viewing File: /home/ubuntu/route-and-root-frontend-base/node_modules/es-abstract/helpers/isPrimitive.js

'use strict';

module.exports = function isPrimitive(value) {
	return value === null || (typeof value !== 'function' && typeof value !== 'object');
};
Back to Directory File Manager