UNPKG

strings-interpolation

Version:
3 lines (2 loc) 183 B
export declare const stringInterpolation: (template: string, data: object) => string | undefined; export declare const parseInterpolation: (template: string) => string[] | undefined;