Files
huishou/node_modules/ramda/es/internal/_isPlaceholder.js
T
2026-07-27 13:37:48 +08:00

3 lines
137 B
JavaScript

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