1 line
312 B
JSON
1 line
312 B
JSON
{"ast":null,"code":"var hash = {\n start: 'end',\n end: 'start'\n};\nexport default function getOppositeVariationPlacement(placement) {\n return placement.replace(/start|end/g, function (matched) {\n return hash[matched];\n });\n}","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]} |