basant307/AI_Governance_Project
048
1function isPrimitive(value) {2 return value == null || (typeof value !== 'object' && typeof value !== 'function');3}4 5export { isPrimitive };6 1function isPrimitive(value) {2 return value == null || (typeof value !== 'object' && typeof value !== 'function');3}4 5export { isPrimitive };6