UNPKG

151 BJavaScriptView Raw
1function _isPlaceholder(a) {
2 return a != null && typeof a === 'object' && a['@@functional/placeholder'] === true;
3}
4
5module.exports = _isPlaceholder;
\No newline at end of file