All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.utils.getVariation.js.flow Maven / Gradle / Ivy

There is a newer version: 2.11.8
Show newest version
// @flow
import { type Variation, type Placement } from '../enums';

export default function getVariation(placement: Placement): ?Variation {
  return (placement.split('-')[1]: any);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy