UNPKG

ramda

Version:

A practical functional library for JavaScript programmers.

4 lines 150 B
function _isPlaceholder(a) { return a != null && typeof a === 'object' && a['@@functional/placeholder'] === true; } module.exports = _isPlaceholder;