server-json/node_modules/ramda/es/internal/_isPlaceholder.js
2024-11-01 08:00:42 +00:00

3 lines
No EOL
132 B
JavaScript

export default function _isPlaceholder(a) {
return a != null && typeof a === 'object' && a['@@functional/placeholder'] === true;
}