@eeymoo/ai-coding-sync
    Preparing search index...

    Function interpolateTemplate

    • Interpolates supported template variables in a string value.

      Parameters

      • template: string

        Template string containing supported placeholders

      • variables: TemplateVariables

        Values used for interpolation

      Returns string

      Interpolated string

      interpolateTemplate('/ai-sync/${syncId}', { syncId: 'mac', hostname: 'host', username: 'u', profile: 'default', date: '2026-04-03', time: '2026-04-03T11:00:00' });
      

      0.1.0