x4js - v2.2.68
    Preparing search index...

    Function unsafe

    • you can use it recursively const value = "hello"; const t = unsafe<b>${ value }</b>; // direct text const result = unsafe<i> ${ t } ${ [t,t,t] } </i> const result2 = unsafe<i> ${ [t,t,t,"world"] } </i> // also mixes / array

      Parameters

      • strings: TemplateStringsArray
      • ...values: any[]

      Returns UnsafeHtml