/** * @returns {string} */ export function UnicodeArrayTemplate (): string { return ` var {unicodeArrayName} = [{unicodeArray}]; `; }