@serenity-js/core
Version:
The core Serenity/JS framework, providing the Screenplay Pattern interfaces, as well as the test reporting and integration infrastructure
10 lines • 402 B
TypeScript
/**
* A tag function trimming the leading and trailing whitespace from multi-line strings.
*
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#Tagged_template_literals
*
* @param templates
* @param placeholders
*/
export declare function trimmed(templates: TemplateStringsArray, ...placeholders: Array<any>): string;
//# sourceMappingURL=trimmed.d.ts.map