Repository URL to install this package:
Version:
1.2.13 ▾
|
import { Interpolation } from '../types';
declare const flatten: (chunks: Interpolation[], executionContext: Object) => Interpolation[];
export default flatten;