src/empty.js
/**
* Return an empty list.
*
* @return {Node} The empty list.
*/
export default function empty() {
return null;
}
/**
* Return an empty list.
*
* @return {Node} The empty list.
*/
export default function empty() {
return null;
}