mirror of
https://git.hmsn.ink/kospo/helptalk/api.git
synced 2026-03-20 20:03:29 +09:00
3 lines
85 B
JavaScript
3 lines
85 B
JavaScript
export default function getVariation(placement) {
|
|
return placement.split('-')[1];
|
|
} |