UNPKG

react-loading-progress

Version:
10 lines (8 loc) 293 B
// @flow import interleave from '../utils/interleave' import flatten from '../utils/flatten' import type { Interpolation, RuleSet } from '../types' export default ( strings: Array<string>, ...interpolations: Array<Interpolation> ): RuleSet => flatten(interleave(strings, interpolations))