Repository URL to install this package:
|
Version:
1.2.9 ▾
|
import { Interpolation } from '../types';
declare const _default: (strings: string[], interpolations: Interpolation[]) => Interpolation[];
export default _default;