action-debian-package/node_modules/ramda/es/internal/_isPlaceholder.js
Dawid Dziurla 9308795b8b
update
2020-03-26 15:37:35 +01:00

3 lines
132 B
JavaScript

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