UNPKG

85 BJavaScriptView Raw
1export default function getVariation(placement) {
2 return placement.split('-')[1];
3}
\No newline at end of file