4c9407af59616761052c4154383f27d88f5a3db7353efb325f1f986b7203d9a9.json raw

   1  {"ast":null,"code":"var hash = {\n  left: 'right',\n  right: 'left',\n  bottom: 'top',\n  top: 'bottom'\n};\nexport default function getOppositePlacement(placement) {\n  return placement.replace(/left|right|bottom|top/g, function (matched) {\n    return hash[matched];\n  });\n}","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}