Page MenuHomec4science

interleave.d.ts
No OneTemporary

File Metadata

Created
Tue, Jul 22, 01:46

interleave.d.ts

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

Event Timeline