UNPKG

pnpm

Version:

Fast, disk space efficient package manager

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