芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/node_modules/@popperjs/core/lib/utils/getVariation.js.flow
// @flow import { type Variation, type Placement } from '../enums'; export default function getVariation(placement: Placement): ?Variation { return (placement.split('-')[1]: any); }