function is$$ (node) {
  return node.callee.name === '$$' || (node.callee.property && node.callee.property.name === '$$')
}