UNPKG

cast-curry

Version:

Curry, and partially apply funcitons

4 lines (3 loc) 103 B
module.exports = function isPlaceholder(x){ return x && x['@@functional/placeholder'] === true; };