Welcome to mirror list, hosted at ThFree Co, Russian Federation.

getVariation.js « utils « esm « dist « package « popperjs - github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c760df2a12db4a9f83b461f8214efe9fb2ce2b78 (plain)
1
2
3
export default function getVariation(placement) {
  return placement.split('-')[1];
}