UNPKG

@lwc/errors

Version:

LWC Error Utilities

8 lines 298 B
/** * Replaces {0} in the given string with the value from the given array * @param template Template string to fill * @param args Values to fill with * @returns Filled string */ export declare function templateString(template: string, args: any[]): string; //# sourceMappingURL=utils.d.ts.map