/**
* Placeholder argument for curried functions.
*
* @see curry
*/
const __ = Symbol("placeholderArgument");
export default __;
/**
* Placeholder argument for curried functions.
*
* @see curry
*/
const __ = Symbol("placeholderArgument");
export default __;