blob: 720b07392d9fbe4f3ef463ee2d5b893297f322eb [file] [log] [blame]
function _isPlaceholder(a) {
return a != null && typeof a === 'object' && a['@@functional/placeholder'] === true;
}
module.exports = _isPlaceholder;