Page MenuHomec4science

interleave.d.ts
No OneTemporary

File Metadata

Created
Mon, Jul 21, 21:24

interleave.d.ts

import { Interpolation } from '../types';
export default function interleave<Props = unknown>(strings: TemplateStringsArray, interpolations: Interpolation<Props>[]): Interpolation<Props>[];

Event Timeline