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