mirror of
https://git.hmsn.ink/kospo/helptalk/api.git
synced 2026-03-20 22:03:37 +09:00
4 lines
125 B
JavaScript
4 lines
125 B
JavaScript
import { auto } from "../enums.js";
|
|
export default function getBasePlacement(placement) {
|
|
return placement.split('-')[0];
|
|
} |