/* eslint-disable quotes */ /** * @param {string} msg * @param {number} [height=200] * @return {string} */ const placeholder = ( msg, height ) => { return `
${msg}
`; }; const htmluserlangattributes = `dir="ltr" lang="en-GB"`; export { placeholder, htmluserlangattributes };